aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-04-21 12:52:01 +1000
committerNeil <nyamatongwe@gmail.com>2018-04-21 12:52:01 +1000
commit66ee3c782885d6aec534ec949acabd6f08085a9e (patch)
treeec926ea542e52f4fee516f3db4adb3325676df28 /include
parent4f2f1c4d742d391eb541238317ede70959b6f58d (diff)
downloadscintilla-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.h5
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.
*/