diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-23 09:49:57 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-24 10:36:20 +0000 |
commit | 38023af6c13602ae1856bea11693c18c0c3efa36 (patch) | |
tree | c17ef3941354f732e2fdd7c3cedb7c649f99e965 /avmedia/source/gstreamer/gstwindow.hxx | |
parent | 2c6ad5343de947f1646536c539b116346adb8fdc (diff) |
loplugin:unusedmethods
Change-Id: If5090c330e12d6e537766bf4a9be0a2360381a7a
Reviewed-on: https://gerrit.libreoffice.org/17312
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'avmedia/source/gstreamer/gstwindow.hxx')
-rw-r--r-- | avmedia/source/gstreamer/gstwindow.hxx | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/avmedia/source/gstreamer/gstwindow.hxx b/avmedia/source/gstreamer/gstwindow.hxx index 60e1d9f69a24..cc784cbf70af 100644 --- a/avmedia/source/gstreamer/gstwindow.hxx +++ b/avmedia/source/gstreamer/gstwindow.hxx @@ -39,14 +39,9 @@ class Window : public ::cppu::WeakImplHelper< css::media::XPlayerWindow, { public: - Window( const css::uno::Reference< css::lang::XMultiServiceFactory >& rxMgr, - Player& rPlayer ); + Window( const css::uno::Reference< css::lang::XMultiServiceFactory >& rxMgr ); virtual ~Window(); - bool create( const css::uno::Sequence< css::uno::Any >& aArguments ); - void processGraphEvent(); - void updatePointer(); - // XPlayerWindow virtual void SAL_CALL update( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual sal_Bool SAL_CALL setZoomLevel( css::media::ZoomLevel ZoomLevel ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; @@ -88,10 +83,7 @@ private: ::osl::Mutex maMutex; css::media::ZoomLevel meZoomLevel; - Player& mrPlayer; int mnPointerType; - - void ImplLayoutVideoWindow(); }; } // namespace gstreamer |