diff options
author | Neil <nyamatongwe@gmail.com> | 2018-04-25 15:19:24 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-04-25 15:19:24 +1000 |
commit | acdf3d281be64973db955a6ae6ef4e1d5dac9a5c (patch) | |
tree | 0376633d4b8223357858527acc7932c49cf32069 | |
parent | 359afe2cdf9258d42bcce390e2f6e2d941252d9e (diff) | |
download | scintilla-mirror-acdf3d281be64973db955a6ae6ef4e1d5dac9a5c.tar.gz |
Backport: Removed mention of class that no longer exists.
Backport of changeset 6736:06391d094c6a.
-rw-r--r-- | src/Editor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h index e9dbb27b4..f45d18661 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -581,7 +581,6 @@ public: // Public so COM methods for drag and drop can set it. int errorStatus; friend class AutoSurface; - friend class SelectionLineIterator; }; /** |