From: Vadim Zeitlin Date: Mon, 18 Aug 2003 23:49:48 +0000 (+0000) Subject: deleted unused variable X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2943b2c6af7be72c9eddf7dbf6d5abce5ad18c07 deleted unused variable git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/app.cpp b/src/mac/app.cpp index 8529b9e59b..63898fed72 100644 --- a/src/mac/app.cpp +++ b/src/mac/app.cpp @@ -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 ; diff --git a/src/mac/carbon/app.cpp b/src/mac/carbon/app.cpp index 8529b9e59b..63898fed72 100644 --- a/src/mac/carbon/app.cpp +++ b/src/mac/carbon/app.cpp @@ -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 ;