]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/game/loop/prettyprint/prettyprint.factor
basis/extra: removing unnecessary IN: statements.
[factor.git] / extra / game / loop / prettyprint / prettyprint.factor
index 3550444a789ad0734f97756f3af7a8d2ca22b831..2be2ba9dec3f5d5f799016075f33751b99b6ffdb 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2009 Joe Groff.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors debugger game.loop io ;
-IN: game.loop.prettyprint
 
 M: game-loop-error-state error.
     "An error occurred inside a game loop." print