From 72edb6967f245f0c99c6a61e0ce8d0a245600cba Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 18 May 2016 14:30:24 +0200 Subject: loplugin:unusedmethods in vcl also drops the CairoFontsCache ref-counting, since nothing was actually using it. Change-Id: If05ecb054b6b8d97b0d3010185cf23c28390ec04 Reviewed-on: https://gerrit.libreoffice.org/25105 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/source/edit/textund2.hxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'vcl/source/edit/textund2.hxx') diff --git a/vcl/source/edit/textund2.hxx b/vcl/source/edit/textund2.hxx index 786402c4daf9..bcb44bbf34b7 100644 --- a/vcl/source/edit/textund2.hxx +++ b/vcl/source/edit/textund2.hxx @@ -103,18 +103,6 @@ public: virtual OUString GetComment () const override; }; -class TextUndoSetAttribs: public TextUndo -{ -public: - TextUndoSetAttribs( TextEngine* pTextEngine, const TextSelection& rESel ); - virtual ~TextUndoSetAttribs(); - - virtual void Undo() override; - virtual void Redo() override; - - virtual OUString GetComment () const override; -}; - #endif // INCLUDED_VCL_SOURCE_EDIT_TEXTUND2_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.1