From: John Benediktsson Date: Wed, 24 Mar 2021 04:31:02 +0000 (-0700) Subject: ui.tools.listener: cleanup using. X-Git-Tag: 0.99~2367 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=c6cabf7138142e56417909ed38ea94811f61d799 ui.tools.listener: cleanup using. --- diff --git a/basis/ui/tools/listener/listener.factor b/basis/ui/tools/listener/listener.factor index 0532a66375..99f781f8f1 100644 --- a/basis/ui/tools/listener/listener.factor +++ b/basis/ui/tools/listener/listener.factor @@ -3,12 +3,11 @@ USING: accessors arrays assocs calendar combinators combinators.short-circuit concurrency.flags concurrency.mailboxes continuations destructors documents -documents.elements fonts fry hashtables help help.markup -help.tips io io.styles kernel lexer listener literals locals -math math.order math.vectors models models.arrow models.delay -namespaces namespaces.private parser prettyprint sequences -source-files.errors strings system threads ui ui.commands -ui.gadgets ui.gadgets.editors ui.gadgets.glass +documents.elements fonts hashtables help help.markup help.tips +io io.styles kernel lexer listener literals math math.vectors +models models.arrow models.delay namespaces parser prettyprint +sequences source-files.errors strings system threads ui +ui.commands ui.gadgets ui.gadgets.editors ui.gadgets.glass ui.gadgets.labeled ui.gadgets.panes ui.gadgets.scrollers ui.gadgets.status-bar ui.gadgets.toolbar ui.gadgets.tracks ui.gestures ui.operations ui.pens.solid ui.theme