]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gtk-samples/hello-world/hello-world.factor
factor: trim more using lists.
[factor.git] / extra / gtk-samples / hello-world / hello-world.factor
index c5908b0257475838c94772fb78aedd349b88c6ff..34cec21defe78d169a47d3ff07d979bab29275fb 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2010 Anton Gorenko.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien.strings gobject.ffi gtk.ffi io.encodings.utf8
-kernel locals ;
+kernel ;
 IN: gtk-samples.hello-world
 
 : on-button-clicked ( button label-user-data -- )