From 8909e16511e850c20780f37c29c40d655ecb5bf8 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 28 Apr 2013 08:47:16 +1000 Subject: Removed unused members. --- src/Document.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/Document.h b/src/Document.h index 76b584df2..285134503 100644 --- a/src/Document.h +++ b/src/Document.h @@ -208,7 +208,6 @@ public: } }; - enum charClassification { ccSpace, ccNewLine, ccWord, ccPunctuation }; private: int refCount; CellBuffer cb; @@ -407,8 +406,6 @@ public: bool AddWatcher(DocWatcher *watcher, void *userData); bool RemoveWatcher(DocWatcher *watcher, void *userData); - const WatcherWithUserData *GetWatchers() const { return watchers; } - int GetLenWatchers() const { return lenWatchers; } CharClassify::cc WordCharClass(unsigned char ch); bool IsWordPartSeparator(char ch); -- cgit v1.2.3