]> git.tdb.fi Git - libs/datafile.git/blobdiff - tool/tool.cpp
Fix pointer loading
[libs/datafile.git] / tool / tool.cpp
index 02fba07fa022cd758722fa81e4e4ec78caf50d1c..4e6608766a8e7cbacb47900e337ba0c80436e6f6 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspdatafile
-Copyright © 2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/core/getopt.h>
 #include <msp/io/buffered.h>
 #include <msp/io/console.h>
@@ -83,5 +76,3 @@ int DataTool::main()
 
        return 0;
 }
-
-Application::RegApp<DataTool> DataTool::reg;