Kaydet (Commit) d931eb2a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: Unreferenced function declarations

Change-Id: I86087bac83de9756a1645fef6f0d74306f8d010d
üst 0073c78e
...@@ -32,9 +32,6 @@ class IconThemeInfoTest : public CppUnit::TestFixture ...@@ -32,9 +32,6 @@ class IconThemeInfoTest : public CppUnit::TestFixture
void void
ImagesOxygenZipIsValid(); ImagesOxygenZipIsValid();
void
DefaultZipIsValid();
void void
ThemeIdIsDetectedFromFileNameWithUnderscore(); ThemeIdIsDetectedFromFileNameWithUnderscore();
...@@ -44,9 +41,6 @@ class IconThemeInfoTest : public CppUnit::TestFixture ...@@ -44,9 +41,6 @@ class IconThemeInfoTest : public CppUnit::TestFixture
void void
ExceptionIsThrownWhenIdCannotBeDetermined2(); ExceptionIsThrownWhenIdCannotBeDetermined2();
void
GalaxyIsReturnedAsDisplayNameForDefaultZip();
// Adds code needed to register the test suite // Adds code needed to register the test suite
CPPUNIT_TEST_SUITE(IconThemeInfoTest); CPPUNIT_TEST_SUITE(IconThemeInfoTest);
CPPUNIT_TEST(UpperCaseDisplayNameIsReturnedForNonDefaultId); CPPUNIT_TEST(UpperCaseDisplayNameIsReturnedForNonDefaultId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment