]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/accel.cpp
Temporary fix for link error to ~wxZipOutputStream()
[wxWidgets.git] / src / os2 / accel.cpp
index e21a611fe03f6e979f0745f720e2a2c3e1121da5..044c1b28d435fd9e4ea4603b0d944c1f1f4011e4 100644 (file)
@@ -203,10 +203,6 @@ bool wxAcceleratorTable::Translate(
                              ,GetHaccel()
                              ,pMsg
                             );
-    if (rc)
-    {
-        int x = 1;
-    }
     return (Ok() && rc);
 } // end of wxAcceleratorTable::Translate