summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-01-30 09:03:13 +0200
committerTor Lillqvist <tml@iki.fi>2013-01-30 09:03:13 +0200
commitd1239373097d3e3693b1bab9b65e16558868c6d9 (patch)
tree27cdef7a427c2ef0278d307d6c52b1896e218833 /cui
parentLet's stick with just one variant of ScDocument::GetString()... (diff)
downloadcore-d1239373097d3e3693b1bab9b65e16558868c6d9.tar.gz
core-d1239373097d3e3693b1bab9b65e16558868c6d9.zip
WaE: unused function 'GetGroup'
Change-Id: I6105b293eef0c74688dfde5172c30590cfea62ec
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optcolor.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/cui/source/options/optcolor.cxx b/cui/source/options/optcolor.cxx
index 168a46ff5fac..3a1b6fb6d3b8 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
//