diff --git a/m-tool.cc b/m-tool.cc index 235dcc7..26ed129 100644 --- a/m-tool.cc +++ b/m-tool.cc @@ -79,11 +79,6 @@ void T_Main::mainLoop( ) initDemo( ); } -#warning FIXME remove this - if ( !sequencer ) { - sequencer.setNew( ); - } - // Update file watcher and shaders Common::Watcher( ).check( ); UI::Shaders( ).update( );