aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-05-15 10:14:35 +0000
committernyamatongwe <devnull@localhost>2009-05-15 10:14:35 +0000
commita2b53e524c8ebde6d35565b0e6770a8b7e9d85ef (patch)
tree0c502eb34cedd77b60d6932d4d06c9d631017025 /src/Editor.h
parenta9c0c67f9b63ef2070ba3fd4d85e3e61e0185d11 (diff)
downloadscintilla-mirror-a2b53e524c8ebde6d35565b0e6770a8b7e9d85ef.tar.gz
Removed deprecated symbols
SCI_SETCARETPOLICY CARET_CENTER CARET_XEVEN CARET_XJUMPS SC_FOLDFLAG_BOX SC_FOLDLEVELBOXHEADERFLAG SC_FOLDLEVELBOXFOOTERFLAG SC_FOLDLEVELCONTRACTED SC_FOLDLEVELUNINDENT SCN_POSCHANGED SCN_CHECKBRACE SCLEX_ASP SCLEX_PHP
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h
index d37606d5a..1c50e7390 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -362,7 +362,6 @@ protected: // ScintillaBase subclass needs access to much of Editor
virtual void NotifyParent(SCNotification scn) = 0;
virtual void NotifyStyleToNeeded(int endStyleNeeded);
void NotifyChar(int ch);
- void NotifyMove(int position);
void NotifySavePoint(bool isSavePoint);
void NotifyModifyAttempt();
virtual void NotifyDoubleClick(Point pt, bool shift, bool ctrl, bool alt);