diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-01-30 09:03:13 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-01-30 09:03:13 +0200 |
commit | d1239373097d3e3693b1bab9b65e16558868c6d9 (patch) | |
tree | 27cdef7a427c2ef0278d307d6c52b1896e218833 /cui | |
parent | 8a39c27633e75819e219bc5d179375fb4308a3ca (diff) |
WaE: unused function 'GetGroup'
Change-Id: I6105b293eef0c74688dfde5172c30590cfea62ec
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optcolor.cxx | 15 |
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 // |