From 557cfb435d4237ae6ad4337c43eb2b7a715503b7 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 1 Dec 2002 11:47:28 +0000 Subject: Removed deprecateion ifdef around SCN_MODIFYATTEMPTRO. --- src/Editor.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index 003c1f8be..4c5ab8f41 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -2830,11 +2830,9 @@ void Editor::NotifySavePoint(bool isSavePoint) { } void Editor::NotifyModifyAttempt() { -#ifdef INCLUDE_DEPRECATED_FEATURES SCNotification scn; scn.nmhdr.code = SCN_MODIFYATTEMPTRO; NotifyParent(scn); -#endif } void Editor::NotifyDoubleClick(Point, bool) { -- cgit v1.2.3