cui/source/options/optcolor.cxx | 15 --------------- 1 file changed, 15 deletions(-)
New commits: commit d1239373097d3e3693b1bab9b65e16558868c6d9 Author: Tor Lillqvist <[email protected]> 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 // _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
