From 66ee3c782885d6aec534ec949acabd6f08085a9e Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 21 Apr 2018 12:52:01 +1000 Subject: Backport: Remove CallBackAction which was replaced by IListBoxDelegate. Backport of changeset 6726:436141741e4f. --- include/Platform.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/Platform.h b/include/Platform.h index de661dba5..3d51823b5 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -338,11 +338,6 @@ public: virtual void SetDBCSMode(int codePage)=0; }; -/** - * 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. -- cgit v1.2.3