aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PerLine.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-04-19 20:33:00 +1000
committernyamatongwe <devnull@localhost>2013-04-19 20:33:00 +1000
commit6e6f60b74fd36e674a5f1aea465e9f11ec8e0fa9 (patch)
tree57876eff139b3a87f146d845cde8dbcf8876fe17 /src/PerLine.h
parent8f19a8e14d8ddda4dab8a70e9c868e65aea199b0 (diff)
downloadscintilla-mirror-6e6f60b74fd36e674a5f1aea465e9f11ec8e0fa9.tar.gz
Remove unused methods.
Diffstat (limited to 'src/PerLine.h')
-rw-r--r--src/PerLine.h2
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;