summaryrefslogtreecommitdiffstats
path: root/avmedia
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-04 13:44:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-05 09:28:12 +0200
commitc2139cafe6240991f88b85c1df12613d0ae0e821 (patch)
treec37c94d0f1ece0d21d87dc780abd4c1d88004f35 /avmedia
parentpdfium: replace FPDFTextObj_CountChars/GetTextProcessed patches with backport (diff)
downloadcore-c2139cafe6240991f88b85c1df12613d0ae0e821.tar.gz
core-c2139cafe6240991f88b85c1df12613d0ae0e821.zip
loplugin:simplifyconstruct in accessibility..bridges
Change-Id: I08f6a64b50f03d1b08027a2ac9e51442255d64bc Reviewed-on: https://gerrit.libreoffice.org/59976 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/viewer/mediawindow_impl.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/avmedia/source/viewer/mediawindow_impl.cxx b/avmedia/source/viewer/mediawindow_impl.cxx
index 65bf3d6b8498..584545869cfd 100644
--- a/avmedia/source/viewer/mediawindow_impl.cxx
+++ b/avmedia/source/viewer/mediawindow_impl.cxx
@@ -123,8 +123,6 @@ MediaWindowImpl::MediaWindowImpl(vcl::Window* pParent, MediaWindow* pMediaWindow
, DragSourceHelper(this)
, mpMediaWindow(pMediaWindow)
, mpMediaWindowControl(bInternalMediaControl ? VclPtr<MediaWindowControl>::Create(this) : nullptr)
- , mpEmptyBmpEx(nullptr)
- , mpAudioBmpEx(nullptr)
{
if (mpMediaWindowControl)
{