From f31d98f63c4ad11897e0a961fb378fdf7989f4d3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 10 Nov 2016 15:26:06 +0200 Subject: loplugin:expandablemethods in avmedia..canvas Change-Id: Ic230f1ef6b1dbe796ac7862a1a7e6a718f9e4e54 Reviewed-on: https://gerrit.libreoffice.org/30753 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/avmedia/mediawindow.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/avmedia/mediawindow.hxx') diff --git a/include/avmedia/mediawindow.hxx b/include/avmedia/mediawindow.hxx index e20d740ddf38..414b06f3f508 100644 --- a/include/avmedia/mediawindow.hxx +++ b/include/avmedia/mediawindow.hxx @@ -108,9 +108,6 @@ namespace avmedia static css::uno::Reference< css::graphic::XGraphic > grabFrame( const OUString& rURL, const OUString& rReferer, const OUString& sMimeType ); - static BitmapEx getAudioLogo(); - static BitmapEx getEmptyLogo(); - private: MediaWindow(const MediaWindow&) = delete; MediaWindow& operator =( const MediaWindow& ) = delete; -- cgit