X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarywriter.h;fp=source%2Fbinarywriter.h;h=15a88a391da8f7e07b775f971300834e46378ad8;hb=a582163d380833b1370ba067a1fd0ad5c2984723;hp=c3a2b4c96d082b8ef42a642bc2866352a2307750;hpb=cbd0ddd6ee033e46646bfb85d19232c816ea1eda;p=libs%2Fdatafile.git diff --git a/source/binarywriter.h b/source/binarywriter.h index c3a2b4c..15a88a3 100644 --- a/source/binarywriter.h +++ b/source/binarywriter.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of libmspdatafile -Copyright © 2006 Mikko Rasa, Mikkosoft Productions +Copyright © 2007-2008, 2010 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -34,7 +34,6 @@ public: void write(const Statement &st); private: void write_(const Statement &st); - DictEntry create_entry(const Statement &st); void collect_keywords(const Statement &st); void write_int(long long n); void write_string(const std::string &s);