diff options
| author | Pietro Gagliardi <[email protected]> | 2015-12-11 20:37:59 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-12-11 20:37:59 -0500 |
| commit | f8e3f12ab02b528f2a05a4f713d7af7ea8e44b42 (patch) | |
| tree | 82dedf4d37f0f6d31e88ebb2ca1ce6499dead261 /wintable/children.h | |
| parent | e34c561ed5bedeb180437ec165882b98d70d38c1 (diff) | |
LET'S GET THIS FINAL REWRITE EVER STARTED
Diffstat (limited to 'wintable/children.h')
| -rw-r--r-- | wintable/children.h | 19 |
1 files changed, 0 insertions, 19 deletions
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; -} |
