summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-15 23:13:54 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-15 23:14:03 +0300
commit8f7e45181de4e76256e0dfbb297e6dfdd957e894 (patch)
tree456a8995325fef800ad9d6d7d4617bac8a3cc33a /avmedia
parent768c41469e5af7a27778b946c6865ebe3a6d5799 (diff)
WaE: unused parameters
Change-Id: Ie0197bff8260f2f163537a3f9fd8fcf4988b1d91
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/vlc/vlcwindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/vlc/vlcwindow.cxx b/avmedia/source/vlc/vlcwindow.cxx
index 073fc225a2e6..8ef99b37f2f5 100644
--- a/avmedia/source/vlc/vlcwindow.cxx
+++ b/avmedia/source/vlc/vlcwindow.cxx
@@ -102,7 +102,7 @@ void SAL_CALL VLCWindow::removeEventListener( const uno::Reference< lang::XEvent
{
}
-void SAL_CALL VLCWindow::setPosSize( sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, sal_Int16 Flags )
+void SAL_CALL VLCWindow::setPosSize( sal_Int32 /* X */, sal_Int32 /* Y */, sal_Int32 /* Width */, sal_Int32 /* Height */, sal_Int16 /* Flags */ )
throw (uno::RuntimeException)
{
}