From f4826959c1a5b0e6d2849d4240668b2087582848 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 3 Feb 2017 08:46:48 +0200 Subject: new loplugin:unusedenumconstants These are the simple removals, where it is obviously safe, the more complex ones will come in separate commits Change-Id: I7211945a6a5576354b60d9c709940ce9b674f308 Reviewed-on: https://gerrit.libreoffice.org/33828 Tested-by: Jenkins Reviewed-by: Noel Grandin --- cui/source/options/optcolor.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'cui/source/options') diff --git a/cui/source/options/optcolor.cxx b/cui/source/options/optcolor.cxx index 5508d9815b88..d6f72af23946 100644 --- a/cui/source/options/optcolor.cxx +++ b/cui/source/options/optcolor.cxx @@ -50,8 +50,6 @@ namespace // list of default groups enum Group { - Group_Unknown = -1, - Group_General, Group_Writer, Group_Html, -- cgit