diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-25 11:41:37 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-25 11:41:37 -0400 |
| commit | fe01ebbbcde9f4f058b3967851ccf2f4718710c1 (patch) | |
| tree | b0bf65f456caad83431895f121667c6aba7b505f /redo/uitask_windows.c | |
| parent | 3b5e8f5e7d12a4273973ae092ccd9129fa202336 (diff) | |
Dropped checkboxImageList. This is the first of a multi-part commit stream becasue when I tried doing it alll at once the program broke in utterly mysterious ways.
Diffstat (limited to 'redo/uitask_windows.c')
| -rw-r--r-- | redo/uitask_windows.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/redo/uitask_windows.c b/redo/uitask_windows.c index 25f7da9..e38a62f 100644 --- a/redo/uitask_windows.c +++ b/redo/uitask_windows.c @@ -133,11 +133,6 @@ static LRESULT CALLBACK msgwinproc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM l if (sharedWndProc(hwnd, uMsg, wParam, lParam, &shared)) return shared; switch (uMsg) { - case WM_CREATE: - // initial - makeCheckboxImageList(hwnd); - return 0; - // TODO respond to WM_THEMECHANGED case msgRequest: // in modal? if (!queueIfModal((void *) lParam)) |
