From be839fc181a3858a8b59b605df7db87a971e5f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 1 Apr 2018 23:30:12 +0200 Subject: [PATCH] TgaImporter: this function was never here. Unfortunately. Code coverage is bad here. Code coverage on macOS also cost me more than a day of helpless "bus error" debugging. --- src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp b/src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp index cd3f8f963..4bc95f1aa 100644 --- a/src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp +++ b/src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp @@ -40,7 +40,6 @@ namespace Magnum { namespace Trade { namespace Test { struct TgaImporterTest: TestSuite::Tester { explicit TgaImporterTest(); - void openNonexistent(); void openShort(); void paletted(); void compressed();