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 | 66ee3c782885d6aec534ec949acabd6f08085a9e (patch) | |
tree | ec926ea542e52f4fee516f3db4adb3325676df28 /include | |
parent | 4f2f1c4d742d391eb541238317ede70959b6f58d (diff) | |
download | scintilla-mirror-66ee3c782885d6aec534ec949acabd6f08085a9e.tar.gz |
Backport: Remove CallBackAction which was replaced by IListBoxDelegate.
Backport of changeset 6726:436141741e4f.
Diffstat (limited to 'include')
-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. */ |