]> git.saurik.com Git - wxWidgets.git/commitdiff
Mark event parameter as unused, as it is unused.
authorMart Raudsepp <leio@gentoo.org>
Sat, 5 Aug 2006 00:50:01 +0000 (00:50 +0000)
committerMart Raudsepp <leio@gentoo.org>
Sat, 5 Aug 2006 00:50:01 +0000 (00:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/mediactrl.cpp

index 6866709fb4be0b2f931c1d62ee2c89f76ac294fa..81c9c35ba3e84dbf71636e8095e7f32e00db0064 100644 (file)
@@ -913,7 +913,7 @@ bool wxGStreamerMediaBackend::TryVideoSink(GstElement* videosink)
 //
 // Called when the media is about to stop
 //-----------------------------------------------------------------------------
 //
 // Called when the media is about to stop
 //-----------------------------------------------------------------------------
-void wxGStreamerMediaEventHandler::OnMediaFinish(wxMediaEvent& event)
+void wxGStreamerMediaEventHandler::OnMediaFinish(wxMediaEvent& WXUNUSED(event))
 {
     // (RN - I have no idea why I thought this was good behaviour....
     // maybe it made sense for streaming/nonseeking data but
 {
     // (RN - I have no idea why I thought this was good behaviour....
     // maybe it made sense for streaming/nonseeking data but