From 64442b05f8aa39918f5cb75503c7f57b0bd62827 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sun, 18 Oct 2020 16:37:07 +0100 Subject: cBlockInfo: further cleanup (#5001) * cBlockInfo: further cleanup + Use switch statements instead of lookup in dynamically initialised arrays - Remove some deprecated bindings * Update Stubs removing references to BlockInfoArray --- tests/SchematicFileSerializer/Stubs.cpp | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'tests/SchematicFileSerializer/Stubs.cpp') diff --git a/tests/SchematicFileSerializer/Stubs.cpp b/tests/SchematicFileSerializer/Stubs.cpp index 96b8f9a8c..67ecde7cd 100644 --- a/tests/SchematicFileSerializer/Stubs.cpp +++ b/tests/SchematicFileSerializer/Stubs.cpp @@ -13,22 +13,6 @@ -cBlockInfo::cBlockInfo() -{ -} - - - - - -cBlockInfo::cBlockInfoArray::cBlockInfoArray() -{ -} - - - - - cBoundingBox::cBoundingBox(double, double, double, double, double, double) { } -- cgit v1.2.3