aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-12-01 11:47:28 +0000
committernyamatongwe <unknown>2002-12-01 11:47:28 +0000
commit557cfb435d4237ae6ad4337c43eb2b7a715503b7 (patch)
tree5f881af096cadf3c907a4bd59d64f27bc523e3d9 /src
parent1af6c61f235ace3c6a34c5ebc9ee623ffd3d08a0 (diff)
downloadscintilla-mirror-557cfb435d4237ae6ad4337c43eb2b7a715503b7.tar.gz
Removed deprecateion ifdef around SCN_MODIFYATTEMPTRO.
Diffstat (limited to 'src')
-rw-r--r--src/Editor.cxx2
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) {