diff options
author | nyamatongwe <unknown> | 2013-04-19 20:33:00 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-04-19 20:33:00 +1000 |
commit | 8b2018d41ba2e75691537d64771bd3651c309cf6 (patch) | |
tree | 9f9de536c3d3121fd39447ce9444e7015d1bc182 /src/PerLine.h | |
parent | c17ecd0761377ba11067ccfdd917c01aa8e7ed7c (diff) | |
download | scintilla-mirror-8b2018d41ba2e75691537d64771bd3651c309cf6.tar.gz |
Remove unused methods.
Diffstat (limited to 'src/PerLine.h')
-rw-r--r-- | src/PerLine.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/PerLine.h b/src/PerLine.h index 50ce1e551..646924ee0 100644 --- a/src/PerLine.h +++ b/src/PerLine.h @@ -32,7 +32,6 @@ public: MarkerHandleSet(); ~MarkerHandleSet(); int Length() const; - int NumberFromHandle(int handle) const; int MarkValue() const; ///< Bit set of marker numbers. bool Contains(int handle) const; bool InsertHandle(int handle, int markerNum); @@ -101,7 +100,6 @@ public: virtual void InsertLine(int line); virtual void RemoveLine(int line); - bool AnySet() const; bool MultipleStyles(int line) const; int Style(int line); const char *Text(int line) const; |