ui.event-loop: No need to special-case ui.private now that the auto-use
tool suggests private words.db4
parent
83241491c3
commit
c39f33ee67
|
@ -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? ( -- ? )
|
||||
|
|
Loading…
Reference in New Issue