]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/loader.cpp
Remove pointer reload prevention feature; the purpose it was added for is now gone
[libs/datafile.git] / source / loader.cpp
index 54604dd8bebcd20abbd7892bc254aaf0b4c9ec8a..51cdabec478d812a23a8133f3716b77c58568163 100644 (file)
@@ -1,11 +1,4 @@
-/* $Id$
-
-This file is part of libmspdatafile
-Copyright © 2006-2008, 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include "loader.h"
 #include "type.h"
 
@@ -53,7 +46,6 @@ namespace DataFile {
 
 Loader::Loader():
        cur_st(0),
-       allow_pointer_reload(true),
        check_sub_loads(false)
 { }