]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/utilsexc.cpp
concentrating content and structure region calculations
[wxWidgets.git] / src / os2 / utilsexc.cpp
index 82318cbcaf845b86136e1b01414ca8493bc2517a..f03454c49afd159f3cd979dbff6a2f48146e0b4c 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     10/17/99
 // RCS-ID:      $Id$
 // Copyright:   (c) David Webster
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // For compilers that support precompilation, includes "wx.h".
@@ -148,9 +148,7 @@ long wxExecute(
     ULONG                           ulExecFlag;
     PSZ                             zArgs = NULL;
     PSZ                             zEnvs = NULL;
-    ULONG                           ulWindowId;
     APIRET                          rc;
-    PFNWP                           pOldProc;
     TID                             vTID;
 
     if (flags & wxEXEC_SYNC)