removed no longer needed debug message
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 10 Jul 2009 04:50:41 +0000 (21:50 -0700)
committerArun Persaud <arun@nubati.net>
Fri, 10 Jul 2009 04:50:41 +0000 (21:50 -0700)
winboard/wlayout.c

index 0261736..8cc175f 100644 (file)
@@ -163,8 +163,6 @@ VOID ReattachAfterSize( LPRECT lprcOldPos, int new_w, int new_h, HWND hWndChild,
     if( ! IsDefaultPlacement( pwpChild ) ) {\r
         GetActualPlacement( hWndChild, pwpChild );\r
 \r
-if(appData.debugMode) fprintf(debugFP, "resize, old=(%d,%d,%d,%d), new=(%d,%d)\n",\r
-lprcOldPos->left,lprcOldPos->top,lprcOldPos->right,lprcOldPos->bottom,new_w,new_h);\r
         if( IsAttachedByWindowPlacement( lprcOldPos, pwpChild ) ) {\r
             /* Get delta of lower right corner */\r
             int delta_x = new_w - (lprcOldPos->right  - lprcOldPos->left);\r