From c477f4d6852219240182352fd35b5429121fee5c Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 21 Apr 2018 12:52:01 +1000 Subject: Remove CallBackAction which was replaced by IListBoxDelegate. --- 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