diff options
author | nyamatongwe <devnull@localhost> | 2002-12-01 11:47:28 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-12-01 11:47:28 +0000 |
commit | 017933ffe9250c165a48ee04dc4cd12e97165096 (patch) | |
tree | 5f881af096cadf3c907a4bd59d64f27bc523e3d9 /src | |
parent | 4d3ad3acecd0c294b904f2ca52f748b077b9d639 (diff) | |
download | scintilla-mirror-017933ffe9250c165a48ee04dc4cd12e97165096.tar.gz |
Removed deprecateion ifdef around SCN_MODIFYATTEMPTRO.
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) { |