From 8396b4bf01f2d8a494b24c738acc11c813386248 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Fri, 31 Jan 2020 06:54:00 +0100 Subject: Remove plannerShared::instance() This class contains only static functions (i.e. it does not contain any state). There does not seem to be a reason to have an instance of that class. Therefore, remove the instance() function. Signed-off-by: Berthold Stoeger --- tests/testplannershared.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/testplannershared.cpp b/tests/testplannershared.cpp index da4de48fb..d3de0526d 100644 --- a/tests/testplannershared.cpp +++ b/tests/testplannershared.cpp @@ -12,7 +12,6 @@ void TestPlannerShared::initTestCase() QCoreApplication::setOrganizationName("Subsurface"); QCoreApplication::setOrganizationDomain("subsurface.hohndel.org"); QCoreApplication::setApplicationName("SubsurfaceTestPlannerShared"); - plannerShared::instance(); } -- cgit v1.2.3-70-g09d2