diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-23 16:41:52 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-12-24 07:28:28 +0000 |
commit | e3a31fcca771432a38e4c2e7cc4c4c6c1c157ee9 (patch) | |
tree | 0de9af64a417624e779a6080825d50f55e448119 /include | |
parent | 4dfba3b59021f55957fc486531f8fdc67cc307b0 (diff) |
loplugin:unusedfields
Change-Id: I979592adb978c3757a1e54615021ee424a2e02bf
Reviewed-on: https://gerrit.libreoffice.org/20892
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/avmedia/mediawindow.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/avmedia/mediawindow.hxx b/include/avmedia/mediawindow.hxx index 14e36b4841d8..301936bbb4c2 100644 --- a/include/avmedia/mediawindow.hxx +++ b/include/avmedia/mediawindow.hxx @@ -115,7 +115,6 @@ namespace avmedia MediaWindow(const MediaWindow&) = delete; MediaWindow& operator =( const MediaWindow& ) = delete; - css::uno::Reference< css::uno::XInterface > mxIFace; VclPtr<priv::MediaWindowImpl> mpImpl; }; } |