=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: progman: Remove dead code.

Alexandre Julliard julliard at winehq.org
Tue Feb 21 14:27:50 CST 2012


Module: wine
Branch: master
Commit: b3369984270c1b13e774fadf9b416fdeac85c8d3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b3369984270c1b13e774fadf9b416fdeac85c8d3

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Feb 20 20:49:27 2012 +0100

progman: Remove dead code.

---

 programs/progman/group.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/programs/progman/group.c b/programs/progman/group.c
index d628ffc..39f155c 100644
--- a/programs/progman/group.c
+++ b/programs/progman/group.c
@@ -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:




More information about the wine-cvs mailing list