remove unnecessary io usage i introduced to ui.backend

db4
Joe Groff 2008-06-05 20:10:42 -07:00
parent 5bd2ba3aa0
commit efc69b5c40
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
! Copyright (C) 2006, 2007 Slava Pestov. ! Copyright (C) 2006, 2007 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! 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 IN: ui.backend
SYMBOL: ui-backend SYMBOL: ui-backend