From 38023af6c13602ae1856bea11693c18c0c3efa36 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 23 Jul 2015 09:49:57 +0200 Subject: loplugin:unusedmethods Change-Id: If5090c330e12d6e537766bf4a9be0a2360381a7a Reviewed-on: https://gerrit.libreoffice.org/17312 Tested-by: Jenkins Reviewed-by: Noel Grandin --- basic/qa/cppunit/basictest.hxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'basic') diff --git a/basic/qa/cppunit/basictest.hxx b/basic/qa/cppunit/basictest.hxx index 49bbb2973f15..ad6ac4d94ed1 100644 --- a/basic/qa/cppunit/basictest.hxx +++ b/basic/qa/cppunit/basictest.hxx @@ -127,15 +127,6 @@ class MacroSnippet DECL_LINK_TYPED( BasicErrorHdl, StarBASIC *, bool ); - static ErrorDetail GetError() - { - ErrorDetail aErr; - aErr.sErrorText = StarBASIC::GetErrorText(); - aErr.nLine = StarBASIC::GetLine(); - aErr.nCol = StarBASIC::GetCol1(); - return aErr; - } - bool HasError() { return mbError; } }; -- cgit v1.2.3