[Libreoffice-commits] core.git: vcl/qa

Tor Lillqvist tml at collabora.com
Fri Aug 22 05:28:39 PDT 2014


 vcl/qa/cppunit/app/test_IconThemeInfo.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit d931eb2a93d6ae8a2549077c446d2b856ebe9e41
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Aug 22 15:28:05 2014 +0300

    WaE: Unreferenced function declarations
    
    Change-Id: I86087bac83de9756a1645fef6f0d74306f8d010d

diff --git a/vcl/qa/cppunit/app/test_IconThemeInfo.cxx b/vcl/qa/cppunit/app/test_IconThemeInfo.cxx
index 99083e5..2a199d2 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);


More information about the Libreoffice-commits mailing list