]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gadgets/gadgets.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / ui / gadgets / gadgets.factor
index e9845ed2dc28ad2d4b0fc400fdfe6aded8dcac01..26d0fee2e30fee83b7d27f4c6205c1db25191e66 100644 (file)
@@ -43,9 +43,6 @@ M: gadget model-changed 2drop ;
 : control-value ( control -- value )
     model>> value>> ;
 
-GENERIC: output-model ( gadget -- model )
-M: gadget output-model model>> ;
-
 : set-control-value ( value control -- )
     model>> set-model ;
 
@@ -398,4 +395,4 @@ M: f request-focus-on 2drop ;
 
 USING: vocabs vocabs.loader ;
 
-"prettyprint" vocab [ "ui.gadgets.prettyprint" require ] when
\ No newline at end of file
+"prettyprint" vocab [ "ui.gadgets.prettyprint" require ] when