progman: Remove dead code.

This commit is contained in:
André Hentschel 2012-02-20 20:49:27 +01:00 committed by Alexandre Julliard
parent ed47f259bd
commit b336998427
1 changed files with 0 additions and 3 deletions

View File

@ -33,9 +33,6 @@
static LRESULT CALLBACK GROUP_GroupWndProc(HWND hWnd, UINT msg,
WPARAM wParam, LPARAM lParam)
{
#if 0
printf("G %4.4x %4.4x\n", msg, wParam);
#endif
switch (msg)
{
case WM_SYSCOMMAND: