From 8baea8206456c00cf13b6160e51e22be87ab42bd Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 11 Dec 2005 23:43:04 +0000 Subject: Patch from Armel Asselin in RFE 1377661 to store positions in undo stack in terms of document (cell) position rather than byte position. Will help allow expansion to more than 2 bytes per cell. --- src/CellBuffer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/CellBuffer.h') diff --git a/src/CellBuffer.h b/src/CellBuffer.h index b16eef5e5..bb81fd572 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -191,7 +191,6 @@ public: int LineStart(int line); int LineFromPosition(int pos) { return lv.LineFromPosition(pos); } const char *InsertString(int position, char *s, int insertLength); - void InsertCharStyle(int position, char ch, char style); /// Setting styles for positions outside the range of the buffer is safe and has no effect. /// @return true if the style of a character is changed. -- cgit v1.2.3