From: Björn Lindqvist Date: Mon, 5 Aug 2013 11:31:29 +0000 (+0200) Subject: html.parser.printer: remove printer symbol X-Git-Tag: 0.97~1168 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=1ca18b215f38ac74cf5b20dbfcc7356acb10ed54 html.parser.printer: remove printer symbol --- diff --git a/extra/html/parser/printer/printer.factor b/extra/html/parser/printer/printer.factor index f5fa7482ef..237a0be312 100644 --- a/extra/html/parser/printer/printer.factor +++ b/extra/html/parser/printer/printer.factor @@ -5,8 +5,6 @@ namespaces prettyprint quotations sequences sequences.repeating splitting strings unicode.categories ; IN: html.parser.printer -SYMBOL: printer - TUPLE: html-printer ; TUPLE: text-printer < html-printer ; TUPLE: src-printer < html-printer ;