]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/binaryparser.h
Let Variant take care of detecting type mismatches
[libs/datafile.git] / source / binaryparser.h
index 12340e55835096e9a4a4f74afe2d75493b2b6cbe..2cdfbbeaba296e919ff68abb92015eb2647fbf38 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspdatafile
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_DATAFILE_BINARYPARSER_H_
 #define MSP_DATAFILE_BINARYPARSER_H_
 
@@ -39,7 +32,6 @@ private:
        std::string parse_string();
        bool parse_bool();
        std::string parse_enum();
-       const std::string &lookup_string(unsigned) const;
 };
 
 } // namespace DataFile