]> git.saurik.com Git - wxWidgets.git/commitdiff
deleted unused variable
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 18 Aug 2003 23:49:48 +0000 (23:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 18 Aug 2003 23:49:48 +0000 (23:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/app.cpp
src/mac/carbon/app.cpp

index 8529b9e59ba7f985f4c5e7a27d456639646504e3..63898fed72d4d8c70b2070be27daffaa88769e7a 100644 (file)
@@ -73,7 +73,6 @@ extern wxList *wxWinMacControlList;
 // statics for implementation
 
 static bool s_inYield = FALSE;
-static bool s_inOnIdle = FALSE;
 
 #if TARGET_CARBON
 static bool s_inReceiveEvent = FALSE ;
index 8529b9e59ba7f985f4c5e7a27d456639646504e3..63898fed72d4d8c70b2070be27daffaa88769e7a 100644 (file)
@@ -73,7 +73,6 @@ extern wxList *wxWinMacControlList;
 // statics for implementation
 
 static bool s_inYield = FALSE;
-static bool s_inOnIdle = FALSE;
 
 #if TARGET_CARBON
 static bool s_inReceiveEvent = FALSE ;