diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-08-22 15:28:05 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-08-22 15:28:05 +0300 |
commit | d931eb2a93d6ae8a2549077c446d2b856ebe9e41 (patch) | |
tree | d4fa42ce8c1d7fea9ffc3fbe80b1b1a23907b3e9 | |
parent | 0073c78eaf3053140cb4481f1d1fa13df445b883 (diff) |
WaE: Unreferenced function declarations
Change-Id: I86087bac83de9756a1645fef6f0d74306f8d010d
-rw-r--r-- | vcl/qa/cppunit/app/test_IconThemeInfo.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/qa/cppunit/app/test_IconThemeInfo.cxx b/vcl/qa/cppunit/app/test_IconThemeInfo.cxx index 99083e5d0ffa..2a199d27793a 100644 --- a/vcl/qa/cppunit/app/test_IconThemeInfo.cxx +++ b/vcl/qa/cppunit/app/test_IconThemeInfo.cxx @@ -33,9 +33,6 @@ class IconThemeInfoTest : public CppUnit::TestFixture ImagesOxygenZipIsValid(); void - DefaultZipIsValid(); - - void ThemeIdIsDetectedFromFileNameWithUnderscore(); void @@ -44,9 +41,6 @@ class IconThemeInfoTest : public CppUnit::TestFixture void ExceptionIsThrownWhenIdCannotBeDetermined2(); - void - GalaxyIsReturnedAsDisplayNameForDefaultZip(); - // Adds code needed to register the test suite CPPUNIT_TEST_SUITE(IconThemeInfoTest); CPPUNIT_TEST(UpperCaseDisplayNameIsReturnedForNonDefaultId); |