From 3085bbe95107fd789a8a966dfeb341cfe74cfad8 Mon Sep 17 00:00:00 2001 From: Be Date: Mon, 7 Dec 2020 21:08:48 -0600 Subject: merge 2.3 --- src/control/controlttrotary.h | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'src/control/controlttrotary.h') diff --git a/src/control/controlttrotary.h b/src/control/controlttrotary.h index 59ba41eeb2..ee132fed30 100644 --- a/src/control/controlttrotary.h +++ b/src/control/controlttrotary.h @@ -1,21 +1,4 @@ -/*************************************************************************** - controlttrotary.h - description - ------------------- - copyright : (C) 2002 by Tue and Ken Haste Andersen - email : - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ - -#ifndef CONTROLTTROTARY_H -#define CONTROLTTROTARY_H +#pragma once #include "preferences/usersettings.h" #include "control/controlobject.h" @@ -25,5 +8,3 @@ class ControlTTRotary : public ControlObject { public: ControlTTRotary(const ConfigKey& key); }; - -#endif -- cgit v1.2.3