aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-12-01 11:47:28 +0000
committernyamatongwe <devnull@localhost>2002-12-01 11:47:28 +0000
commit017933ffe9250c165a48ee04dc4cd12e97165096 (patch)
tree5f881af096cadf3c907a4bd59d64f27bc523e3d9
parent4d3ad3acecd0c294b904f2ca52f748b077b9d639 (diff)
downloadscintilla-mirror-017933ffe9250c165a48ee04dc4cd12e97165096.tar.gz
Removed deprecateion ifdef around SCN_MODIFYATTEMPTRO.
-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) {