From 2943b2c6af7be72c9eddf7dbf6d5abce5ad18c07 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 18 Aug 2003 23:49:48 +0000 Subject: [PATCH] deleted unused variable git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/app.cpp | 1 - src/mac/carbon/app.cpp | 1 - 2 files changed, 2 deletions(-) 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 ; -- 2.50.0