]> git.saurik.com Git - wxWidgets.git/commitdiff
removed unused variable
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 2 Oct 2001 22:20:30 +0000 (22:20 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 2 Oct 2001 22:20:30 +0000 (22:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mgl/evtloop.cpp

index effad7cb10c1f9c31e5fe8e34e47a51c32c44828..7f3971cfe50d3f4668720c0a28ed0c7565f0d254 100644 (file)
@@ -74,7 +74,6 @@ private:
 void wxEventLoopImpl::Dispatch()
 {
     event_t evt;
-    ibool rc;
 
     MGL_wmUpdateDC(g_winMng);