summaryrefslogtreecommitdiffstats
path: root/src/control/controlttrotary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/controlttrotary.h')
-rw-r--r--src/control/controlttrotary.h21
1 files changed, 1 insertions, 20 deletions
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