summaryrefslogtreecommitdiffstats
path: root/scintilla/src/CellBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'scintilla/src/CellBuffer.h')
-rw-r--r--scintilla/src/CellBuffer.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/scintilla/src/CellBuffer.h b/scintilla/src/CellBuffer.h
index a515202..323ddfe 100644
--- a/scintilla/src/CellBuffer.h
+++ b/scintilla/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 };