From f8e3f12ab02b528f2a05a4f713d7af7ea8e44b42 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 11 Dec 2015 20:37:59 -0500 Subject: LET'S GET THIS FINAL REWRITE EVER STARTED --- wintable/children.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 wintable/children.h (limited to 'wintable/children.h') diff --git a/wintable/children.h b/wintable/children.h deleted file mode 100644 index 6a3aff3..0000000 --- a/wintable/children.h +++ /dev/null @@ -1,19 +0,0 @@ -// 7 december 2014 - -static const handlerfunc commandHandlers[] = { - NULL, -}; - -static const handlerfunc notifyHandlers[] = { - headerNotifyHandler, - NULL, -}; - -HANDLER(childrenHandlers) -{ - if (uMsg == WM_COMMAND) - return runHandlers(commandHandlers, t, uMsg, wParam, lParam, lResult); - if (uMsg == WM_NOTIFY) - return runHandlers(notifyHandlers, t, uMsg, wParam, lParam, lResult); - return FALSE; -} -- cgit v1.2.3