summaryrefslogtreecommitdiffstats
path: root/scintilla/src/PerLine.h
diff options
context:
space:
mode:
Diffstat (limited to 'scintilla/src/PerLine.h')
-rw-r--r--scintilla/src/PerLine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scintilla/src/PerLine.h b/scintilla/src/PerLine.h
index ad85eb1..c314612 100644
--- a/scintilla/src/PerLine.h
+++ b/scintilla/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;