summaryrefslogtreecommitdiffstats
path: root/src/control/controlobjectscript.h
diff options
context:
space:
mode:
authorbe_ <be.0@gmx.com>2017-03-15 00:01:16 -0500
committerbe_ <be.0@gmx.com>2017-03-15 00:01:16 -0500
commit667b4c62ee0170ea2ade696937e0c7a34d90c5ec (patch)
tree82f2360c57b54f7ea6b77d49e7fb3031089ec2a8 /src/control/controlobjectscript.h
parentd88fc44368d65ce886f60f1b1623e0a25b85977e (diff)
remove redundant warning
Diffstat (limited to 'src/control/controlobjectscript.h')
-rw-r--r--src/control/controlobjectscript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/controlobjectscript.h b/src/control/controlobjectscript.h
index 33cc6938bb..d53d9f806b 100644
--- a/src/control/controlobjectscript.h
+++ b/src/control/controlobjectscript.h
@@ -13,7 +13,7 @@ class ControlObjectScript : public ControlProxy {
bool addScriptConnection(const ScriptConnection& conn);
- bool removeScriptConnection(const ScriptConnection& conn);
+ void removeScriptConnection(const ScriptConnection& conn);
inline int countConnections() {
return m_scriptConnections.size(); };