diff options
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;  | 
