From ed72ad02a2f9c6bb616dfabb3e9459e7f5a45b37 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 15 Nov 2016 16:51:14 +1100 Subject: Remove declaration of methods that were moved to Document in change set 2867. --- src/CellBuffer.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src') diff --git a/src/CellBuffer.h b/src/CellBuffer.h index 1c53d14e6..c1e973cff 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -47,22 +47,6 @@ public: int LineStart(int line) const { return starts.PositionFromPartition(line); } - - int MarkValue(int line); - int AddMark(int line, int marker); - void MergeMarkers(int pos); - void DeleteMark(int line, int markerNum, bool all); - void DeleteMarkFromHandle(int markerHandle); - int LineFromHandle(int markerHandle); - - void ClearLevels(); - int SetLevel(int line, int level); - int GetLevel(int line); - - int SetLineState(int line, int state); - int GetLineState(int line); - int GetMaxLineState(); - }; enum actionType { insertAction, removeAction, startAction, containerAction }; -- cgit v1.2.3