ui.event-loop: No need to special-case ui.private now that the auto-use

tool suggests private words.
db4
Doug Coleman 2014-11-01 11:35:55 -07:00
parent 83241491c3
commit c39f33ee67
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
! Copyright (C) 2008, 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: calendar combinators deques kernel namespaces sequences
threads ui.backend ui.gadgets.private ;
USE: ui.private
threads ui.backend ui.gadgets.private ui.private ;
IN: ui.event-loop
: event-loop? ( -- ? )