cleanup: removed "#if 0" from source
[xboard.git] / winboard / wchat.c
index a837a86..db9ebf1 100644 (file)
@@ -99,9 +99,7 @@ static void ResizeWindowControls( HWND hDlg )
     int clientHeight;\r
     int maxControlWidth;\r
     int buttonWidth, buttonHeight;\r
-#if 0\r
-}\r
-#else\r
+\r
     /* Initialize variables */\r
     GetClientRect( hDlg, &rc );\r
 \r
@@ -121,7 +119,6 @@ static void ResizeWindowControls( HWND hDlg )
 //    InvalidateRect( GetDlgItem(hDlg,IDC_EngineMemo1), NULL, FALSE );\r
 //    InvalidateRect( GetDlgItem(hDlg,IDC_EngineMemo2), NULL, FALSE );\r
 }\r
-#endif\r
 \r
 // front end. Actual printing of PV lines into the output field\r
 static void InsertIntoMemo( HANDLE hDlg, char * text )\r