delete 2 unused legacy functions

This commit is contained in:
Hieu Hoang 2013-06-17 18:46:40 +01:00
parent e51c4feb6b
commit acb4baacaf

View File

@ -83,10 +83,6 @@ public:
const InputType &,
const ChartCellCollectionBase &) = 0;
//Get the dictionary. Be sure to initialise it first.
const PhraseDictionary* GetDictionary() const;
PhraseDictionary* GetDictionary();
const std::string &GetFilePath() const {
return m_filePath;
}