summaryrefslogtreecommitdiff
path: root/avmedia/source/macavf/window.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/macavf/window.hxx')
-rw-r--r--avmedia/source/macavf/window.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/avmedia/source/macavf/window.hxx b/avmedia/source/macavf/window.hxx
index c494b6deffd4..cfaae6f47d3b 100644
--- a/avmedia/source/macavf/window.hxx
+++ b/avmedia/source/macavf/window.hxx
@@ -44,8 +44,7 @@ class Window
{
public:
- Window( const css::uno::Reference< css::lang::XMultiServiceFactory >& i_rxMgr,
- Player& i_rPlayer,
+ Window( Player& i_rPlayer,
NSView* i_pParentView
);
virtual ~Window() override;
@@ -92,8 +91,6 @@ public:
private:
- css::uno::Reference< css::lang::XMultiServiceFactory > mxMgr;
-
::osl::Mutex maMutex;
::cppu::OMultiTypeInterfaceContainerHelper maListeners;
css::media::ZoomLevel meZoomLevel;