]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tetris/game/game.factor
factor: trim using lists
[factor.git] / extra / tetris / game / game.factor
index b2d3cc8833f456d662487d5c471a41c29c884dd6..b6e2539bcab0596babd53b4086f1224bb040c314 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 
 USING: accessors combinators kernel lists math math.functions
-sequences system tetris.board tetris.piece tetris.tetromino ;
+sequences system tetris.board tetris.piece ;
 
 IN: tetris.game