diff options
author | Neil <nyamatongwe@gmail.com> | 2018-04-21 12:52:01 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-04-21 12:52:01 +1000 |
commit | c477f4d6852219240182352fd35b5429121fee5c (patch) | |
tree | 55539420dacb6c3eebfe0e2623b5e36be8b3606c | |
parent | b9bf45fea55a56203f16a1eea4de7f46d8bbf964 (diff) | |
download | scintilla-mirror-c477f4d6852219240182352fd35b5429121fee5c.tar.gz |
Remove CallBackAction which was replaced by IListBoxDelegate.
-rw-r--r-- | include/Platform.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/Platform.h b/include/Platform.h index de661dba5..3d51823b5 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -339,11 +339,6 @@ public: }; /** - * A simple callback action passing one piece of untyped user data. - */ -typedef void (*CallBackAction)(void*); - -/** * Class to hide the details of window manipulation. * Does not own the window which will normally have a longer life than this object. */ |