diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CellBuffer.h | 16 |
1 files changed, 0 insertions, 16 deletions
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 }; |