aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-05-15 10:14:35 +0000
committernyamatongwe <unknown>2009-05-15 10:14:35 +0000
commite19dddb7418abc974488ecb4bb8b78bdeb9313fe (patch)
tree0c502eb34cedd77b60d6932d4d06c9d631017025 /src/Editor.h
parent084aceb4c578f9d1a3eeb3d58caa3c89fc465f2f (diff)
downloadscintilla-mirror-e19dddb7418abc974488ecb4bb8b78bdeb9313fe.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);