Commit 8e85b370 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Completely disable unused function show_image().

parent db7a5058
...@@ -156,9 +156,9 @@ static HDC show_image(HWND hwnd, HIMAGELIST himl, int idx, int size, ...@@ -156,9 +156,9 @@ static HDC show_image(HWND hwnd, HIMAGELIST himl, int idx, int size,
} }
/* Useful for checking differences */ /* Useful for checking differences */
#if 0
static void dump_bits(const BYTE *p, const BYTE *q, int size) static void dump_bits(const BYTE *p, const BYTE *q, int size)
{ {
#if 0
int i, j; int i, j;
size /= 8; size /= 8;
...@@ -176,8 +176,8 @@ static void dump_bits(const BYTE *p, const BYTE *q, int size) ...@@ -176,8 +176,8 @@ static void dump_bits(const BYTE *p, const BYTE *q, int size)
q += size * 4; q += size * 4;
} }
printf("\n"); printf("\n");
#endif
} }
#endif
static void check_bits(HWND hwnd, HIMAGELIST himl, int idx, int size, static void check_bits(HWND hwnd, HIMAGELIST himl, int idx, int size,
const BYTE *checkbits, LPCSTR loc) const BYTE *checkbits, LPCSTR loc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment