Changing active-state needs no color lookup
[ardour.git] / gtk2_ardour / enums.cc
index 55b8c92ffe440c03948766ac3ad2e063b48914d6..5bee7534dd729a154f2b247fb143ccb6f6f43d49 100644 (file)
@@ -1,21 +1,24 @@
 /*
-    Copyright (C) 2000-2007 Paul Davis
-
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
-*/
+ * Copyright (C) 2007-2017 Paul Davis <paul@linuxaudiosystems.com>
+ * Copyright (C) 2009-2011 Carl Hetherington <carl@carlh.net>
+ * Copyright (C) 2009-2014 David Robillard <d@drobilla.net>
+ * Copyright (C) 2017 Robin Gareus <robin@gareus.org>
+ * Copyright (C) 2018 Ben Loftis <ben@harrisonconsoles.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
 
 #include "pbd/enumwriter.h"
 
@@ -180,37 +183,4 @@ setup_gtk_ardour_enums ()
        REGISTER_ENUM(MouseContent);
        REGISTER (mouse_mode);
 
-       ArdourIcon::Icon icons;
-
-       REGISTER_ENUM (ArdourIcon::NoIcon);
-       REGISTER_ENUM (ArdourIcon::RecButton);
-       REGISTER_ENUM (ArdourIcon::RecTapeMode);
-       REGISTER_ENUM (ArdourIcon::CloseCross);
-       REGISTER_ENUM (ArdourIcon::StripWidth);
-       REGISTER_ENUM (ArdourIcon::DinMidi);
-       REGISTER_ENUM (ArdourIcon::TransportStop);
-       REGISTER_ENUM (ArdourIcon::TransportPlay);
-       REGISTER_ENUM (ArdourIcon::TransportLoop);
-       REGISTER_ENUM (ArdourIcon::TransportRange);
-       REGISTER_ENUM (ArdourIcon::TransportStart);
-       REGISTER_ENUM (ArdourIcon::TransportEnd);
-       REGISTER_ENUM (ArdourIcon::TransportPanic);
-       REGISTER_ENUM (ArdourIcon::TransportMetronom);
-       REGISTER_ENUM (ArdourIcon::NudgeLeft);
-       REGISTER_ENUM (ArdourIcon::NudgeRight);
-       REGISTER_ENUM (ArdourIcon::ZoomIn);
-       REGISTER_ENUM (ArdourIcon::ZoomOut);
-       REGISTER_ENUM (ArdourIcon::ZoomFull);
-       REGISTER_ENUM (ArdourIcon::ZoomExpand);
-       REGISTER_ENUM (ArdourIcon::TimeAxisShrink);
-       REGISTER_ENUM (ArdourIcon::TimeAxisExpand);
-       REGISTER_ENUM (ArdourIcon::ToolGrab);
-       REGISTER_ENUM (ArdourIcon::ToolRange);
-       REGISTER_ENUM (ArdourIcon::ToolCut);
-       REGISTER_ENUM (ArdourIcon::ToolStretch);
-       REGISTER_ENUM (ArdourIcon::ToolAudition);
-       REGISTER_ENUM (ArdourIcon::ToolDraw);
-       REGISTER_ENUM (ArdourIcon::ToolContent);
-       REGISTER (icons);
-
 }