[Libreoffice-commits] .: cui/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 29 23:12:27 PST 2013


 cui/source/options/optcolor.cxx |   15 ---------------
 1 file changed, 15 deletions(-)

New commits:
commit d1239373097d3e3693b1bab9b65e16558868c6d9
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed Jan 30 09:03:13 2013 +0200

    WaE: unused function 'GetGroup'
    
    Change-Id: I6105b293eef0c74688dfde5172c30590cfea62ec

diff --git a/cui/source/options/optcolor.cxx b/cui/source/options/optcolor.cxx
index 168a46f..3a1b6fb 100644
--- a/cui/source/options/optcolor.cxx
+++ b/cui/source/options/optcolor.cxx
@@ -265,21 +265,6 @@ private:
     bool IsGroupVisible (Group) const;
 };
 
-namespace
-{
-
-// entry -> group
-Group GetGroup (unsigned nEntry)
-{
-    if (nEntry >= ColorConfigEntryCount)
-        return nGroupCount; // feature of an extension
-    return vEntryInfo[nEntry].eGroup;
-}
-
-} // namespace
-
-
-
 //
 // ColorConfigWindow_Impl::Chapter
 //


More information about the Libreoffice-commits mailing list