From 5145f60cc9046369923fca9a336f2009c426e9eb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 23 Jan 2017 14:00:12 +0200 Subject: loplugin: unnecessary destructor: basctl..codemaker Change-Id: Iadcfa9bc4fe9efb8d24d6d6afaf2b9b3def0bc3c Reviewed-on: https://gerrit.libreoffice.org/33452 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/basegfx/tuple/b2i64tuple.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/basegfx/tuple/b2i64tuple.hxx') diff --git a/include/basegfx/tuple/b2i64tuple.hxx b/include/basegfx/tuple/b2i64tuple.hxx index 124fea65eb3c..10942b0dd452 100644 --- a/include/basegfx/tuple/b2i64tuple.hxx +++ b/include/basegfx/tuple/b2i64tuple.hxx @@ -76,9 +76,6 @@ namespace basegfx mnY( rTup.mnY ) {} - ~B2I64Tuple() - {} - /// Get X-Coordinate of 2D Tuple sal_Int64 getX() const { -- cgit v1.2.3