]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/utilsexc.cpp
Whitespaces, tabs and fix to the lack of empty line at end.
[wxWidgets.git] / src / os2 / utilsexc.cpp
index e30a117b9a88e93503367721e741e9ea774d785e..f03454c49afd159f3cd979dbff6a2f48146e0b4c 100644 (file)
@@ -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)