summaryrefslogtreecommitdiffstats
path: root/src/control
diff options
context:
space:
mode:
authorxerus2000 <27jf@pm.me>2020-08-13 13:17:38 +0200
committerxerus2000 <27jf@pm.me>2020-11-10 23:37:50 +0100
commit6e6685fe7c5db184bdc0fad7d9956a0b43783574 (patch)
treecd8a256bb9190aa837c6798e4baa1e13f66251e5 /src/control
parent671b50d2a4a3f23179ce6588a8cc602d2d0d5082 (diff)
Remove all @author comments
Diffstat (limited to 'src/control')
-rw-r--r--src/control/controllogpotmeter.h4
-rw-r--r--src/control/controlpotmeter.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/src/control/controllogpotmeter.h b/src/control/controllogpotmeter.h
index 1ec4a93e0f..bac9e0e284 100644
--- a/src/control/controllogpotmeter.h
+++ b/src/control/controllogpotmeter.h
@@ -21,10 +21,6 @@
#include "control/controlpotmeter.h"
#include "preferences/usersettings.h"
-/**
- *@author Tue and Ken Haste Andersen
- */
-
class ControlLogpotmeter : public ControlPotmeter {
Q_OBJECT
public:
diff --git a/src/control/controlpotmeter.h b/src/control/controlpotmeter.h
index ef56a8eb2a..226baebb2d 100644
--- a/src/control/controlpotmeter.h
+++ b/src/control/controlpotmeter.h
@@ -21,10 +21,6 @@
#include "preferences/usersettings.h"
#include "control/controlobject.h"
-/**
- *@author Tue and Ken Haste Andersen
- */
-
class ControlPushButton;
class ControlProxy;