X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinaryparser.h;h=2cdfbbeaba296e919ff68abb92015eb2647fbf38;hb=5c98c1f499413c41fd46ddf71a46b481338d7d6b;hp=12340e55835096e9a4a4f74afe2d75493b2b6cbe;hpb=215e719d0ef85f748898660d15d01e77ac551de9;p=libs%2Fdatafile.git diff --git a/source/binaryparser.h b/source/binaryparser.h index 12340e5..2cdfbbe 100644 --- a/source/binaryparser.h +++ b/source/binaryparser.h @@ -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