aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-04-25 15:19:24 +1000
committerNeil <nyamatongwe@gmail.com>2018-04-25 15:19:24 +1000
commit60e27aa2aaa19cdd2cd3bd6101ce28a42324ce9e (patch)
tree9d6fa9c20603c5e3fbf05c8f8fa1f6c99f283ca1
parentdf48b6485e268fb3781867728d37c0b1df948d28 (diff)
downloadscintilla-mirror-60e27aa2aaa19cdd2cd3bd6101ce28a42324ce9e.tar.gz
Removed mention of class that no longer exists.
-rw-r--r--src/Editor.h1
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;
};
/**