From: Dimitri Schoolwerth Date: Fri, 4 Jun 2004 21:53:59 +0000 (+0000) Subject: fixed unused variable warning X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2de78beb93886438b2ee4ca8538ccd070689db6f?ds=inline fixed unused variable warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/app.cpp b/src/mac/carbon/app.cpp index 47af6e5cd1..e28fe3d913 100644 --- a/src/mac/carbon/app.cpp +++ b/src/mac/carbon/app.cpp @@ -316,7 +316,6 @@ void wxApp::MacReopenApp() } else { - wxTopLevelWindow* win = NULL ; wxTopLevelWindow* firstIconized = NULL ; while (node) {