]> gitweb.factorcode.org Git - factor.git/commitdiff
remove unnecessary io usage i introduced to ui.backend
authorJoe Groff <arcata@gmail.com>
Fri, 6 Jun 2008 03:10:42 +0000 (20:10 -0700)
committerJoe Groff <arcata@gmail.com>
Fri, 6 Jun 2008 03:10:42 +0000 (20:10 -0700)
extra/ui/backend/backend.factor

index 68d280fc505bc48b82298f60f9f4076c0f65495e..0840d07cbc12fb0c9788a15f187d26e3bde869b1 100755 (executable)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2006, 2007 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: io kernel namespaces opengl opengl.gl ;
+USING: kernel namespaces opengl opengl.gl ;
 IN: ui.backend
 
 SYMBOL: ui-backend