aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2013-04-28 08:47:16 +1000
committernyamatongwe <unknown>2013-04-28 08:47:16 +1000
commit498b2e38781d28e2a98a6120735646d340b3f682 (patch)
tree5a07f500d5af498a34bd844209332a8c7aecf0e5 /src
parent4ef4b0144675510e8d1c404982e150ac4b774cde (diff)
downloadscintilla-mirror-498b2e38781d28e2a98a6120735646d340b3f682.tar.gz
Removed unused members.
Diffstat (limited to 'src')
-rw-r--r--src/Document.h3
1 files changed, 0 insertions, 3 deletions
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);