From 32823280efffc02a250fc8d4749b8eb0f491ae77 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 9 Nov 2017 15:47:45 +0200 Subject: loplugin:unusedmethods Change-Id: I543b0943f0bc918d59debc8ee051f88c29d18454 Reviewed-on: https://gerrit.libreoffice.org/44553 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/source/ui/inc/View.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sd/source/ui/inc/View.hxx') diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx index 1b77b049749b..63b124b33f42 100644 --- a/sd/source/ui/inc/View.hxx +++ b/sd/source/ui/inc/View.hxx @@ -148,8 +148,6 @@ public: void InsertMediaURL( const OUString& rMediaURL, sal_Int8& rAction, const Point& rPos, const Size& rSize, bool const bLink ); - void Insert3DModelURL( const OUString& rModelURL, sal_Int8& rAction, - const Point& rPos, const Size& rSize ); SdrMediaObj* InsertMediaObj( const OUString& rURL, const OUString& rMimeType, sal_Int8& rAction, const Point& rPos, const Size& rSize ); -- cgit