X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fenums.cc;h=5bee7534dd729a154f2b247fb143ccb6f6f43d49;hb=46bbe834009d51a652e03a7fd4fa57bfb6457e38;hp=55b8c92ffe440c03948766ac3ad2e063b48914d6;hpb=e1b380b302de6a12b7f3eae57eebcf5b9bd8d807;p=ardour.git diff --git a/gtk2_ardour/enums.cc b/gtk2_ardour/enums.cc index 55b8c92ffe..5bee7534dd 100644 --- a/gtk2_ardour/enums.cc +++ b/gtk2_ardour/enums.cc @@ -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 + * Copyright (C) 2009-2011 Carl Hetherington + * Copyright (C) 2009-2014 David Robillard + * Copyright (C) 2017 Robin Gareus + * Copyright (C) 2018 Ben Loftis + * + * 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); - }