]> gitweb.factorcode.org Git - factor.git/commitdiff
html.parser.printer: remove printer symbol
authorBjörn Lindqvist <bjourne@gmail.com>
Mon, 5 Aug 2013 11:31:29 +0000 (13:31 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 5 Aug 2013 16:56:44 +0000 (09:56 -0700)
extra/html/parser/printer/printer.factor

index f5fa7482ef7e4f8fa0124159b2d16f7adad934c9..237a0be312e8bb749d9afa6b978951f3133d760b 100644 (file)
@@ -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 ;