extra: cleanup USING: lists

clean-macosx-x86-32
Alexander Iljin 2019-04-21 18:53:47 +02:00 committed by John Benediktsson
parent ba41385f10
commit 4d5548d62d
3 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@ USING: accessors arrays ascii calendar colors colors.gray
combinators.short-circuit fry kernel locals math math.constants combinators.short-circuit fry kernel locals math math.constants
math.functions math.libm math.order math.points math.ranges math.functions math.libm math.order math.points math.ranges
math.vectors namespaces opengl processing.shapes quotations math.vectors namespaces opengl processing.shapes quotations
random sequences splitting threads timers ui ui.gadgets random sequences splitting timers ui ui.gadgets
ui.gadgets.borders ui.gadgets.buttons ui.gadgets.frame-buffer ui.gadgets.borders ui.gadgets.buttons ui.gadgets.frame-buffer
ui.gadgets.packs ui.gestures ; ui.gadgets.packs ui.gestures ;

View File

@ -1,8 +1,7 @@
! Copyright (C) 2008 Slava Pestov. ! Copyright (C) 2008 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors calendar calendar.format fonts fry grouping USING: accessors calendar calendar.format fonts fry grouping
kernel math sequences timers threads ui ui.gadgets kernel math sequences timers ui ui.gadgets ui.gadgets.labels ;
ui.gadgets.labels ;
IN: lcd IN: lcd
: lcd-digit ( digit row -- str ) : lcd-digit ( digit row -- str )

View File

@ -1,6 +1,6 @@
USING: accessors arrays calendar circular colors USING: accessors arrays calendar circular colors
colors.constants fry kernel locals math math.order math.vectors colors.constants fry kernel locals math math.order math.vectors
namespaces opengl processing.shapes sequences threads timers ui namespaces opengl processing.shapes sequences timers ui
ui.gadgets ui.gestures ui.render ; ui.gadgets ui.gestures ui.render ;
IN: trails IN: trails