diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Editor.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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) { |