summaryrefslogtreecommitdiff
path: root/redo/winapi_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-25 11:41:37 -0400
committerPietro Gagliardi <[email protected]>2014-08-25 11:41:37 -0400
commitfe01ebbbcde9f4f058b3967851ccf2f4718710c1 (patch)
treeb0bf65f456caad83431895f121667c6aba7b505f /redo/winapi_windows.h
parent3b5e8f5e7d12a4273973ae092ccd9129fa202336 (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/winapi_windows.h')
-rw-r--r--redo/winapi_windows.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h
index ed7caa0..1312747 100644
--- a/redo/winapi_windows.h
+++ b/redo/winapi_windows.h
@@ -144,8 +144,7 @@ enum {
checkboxStatePushed = 1 << 2,
checkboxnStates = 1 << 3,
};
-extern HIMAGELIST checkboxImageList;
-extern void makeCheckboxImageList(HWND);
+extern HIMAGELIST makeCheckboxImageList(HWND);
// dialog_windows.c
extern WCHAR *openFile(void);