fixed unused variable warning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth 2004-06-04 21:53:59 +00:00
parent 42463de267
commit 2de78beb93

View File

@ -316,7 +316,6 @@ void wxApp::MacReopenApp()
}
else
{
wxTopLevelWindow* win = NULL ;
wxTopLevelWindow* firstIconized = NULL ;
while (node)
{