Code Cleanup

- Obsoleted Context::disallowModifications, because they are no longer
  disallowed.
This commit is contained in:
Paul Beckingham 2011-07-09 23:27:20 -04:00
parent a16b8366cd
commit b5f04a3ebc
2 changed files with 0 additions and 15 deletions

View file

@ -67,7 +67,6 @@ public:
void clearMessages ();
void clear ();
void disallowModification () const;
void decomposeSortField (const std::string&, std::string&, bool&);
private: