progman: Remove dead code.
This commit is contained in:
parent
ed47f259bd
commit
b336998427
|
@ -33,9 +33,6 @@
|
||||||
static LRESULT CALLBACK GROUP_GroupWndProc(HWND hWnd, UINT msg,
|
static LRESULT CALLBACK GROUP_GroupWndProc(HWND hWnd, UINT msg,
|
||||||
WPARAM wParam, LPARAM lParam)
|
WPARAM wParam, LPARAM lParam)
|
||||||
{
|
{
|
||||||
#if 0
|
|
||||||
printf("G %4.4x %4.4x\n", msg, wParam);
|
|
||||||
#endif
|
|
||||||
switch (msg)
|
switch (msg)
|
||||||
{
|
{
|
||||||
case WM_SYSCOMMAND:
|
case WM_SYSCOMMAND:
|
||||||
|
|
Loading…
Reference in New Issue