aboutsummaryrefslogtreecommitdiffhomepage
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
commitc477f4d6852219240182352fd35b5429121fee5c (patch)
tree55539420dacb6c3eebfe0e2623b5e36be8b3606c
parentb9bf45fea55a56203f16a1eea4de7f46d8bbf964 (diff)
downloadscintilla-mirror-c477f4d6852219240182352fd35b5429121fee5c.tar.gz
Remove CallBackAction which was replaced by IListBoxDelegate.
-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.
*/