]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix harmless unused parameter warning in wxOSX.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Jul 2013 14:10:22 +0000 (14:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Jul 2013 14:10:22 +0000 (14:10 +0000)
We don't use the timestamp in wxNonOwnedWindow::HandleResized().

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/nonownedwnd_osx.cpp

index edcba5d9ce707e6f0cf838324b99f2177e7be9f7..3b6c02495856bd11d635000f2baaf67fd7ba5939 100644 (file)
@@ -307,7 +307,7 @@ void wxNonOwnedWindow::HandleActivated( double timestampsec, bool didActivate )
     HandleWindowEvent(wxevent);
 }
 
-void wxNonOwnedWindow::HandleResized( double timestampsec )
+void wxNonOwnedWindow::HandleResized( double WXUNUSED(timestampsec) )
 {
     SendSizeEvent();
     // we have to inform some controls that have to reset things