From a2b53e524c8ebde6d35565b0e6770a8b7e9d85ef Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 15 May 2009 10:14:35 +0000 Subject: 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 --- src/Editor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Editor.h') 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); -- cgit v1.2.3