summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc/osc_select_observer.h
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2017-05-10 07:10:44 -0700
committerLen Ovens <len@ovenwerks.net>2017-05-10 08:02:03 -0700
commit50e362ffd38b3b9c34fb0823b09dd9c050c92b8c (patch)
treedaafe2f69478b3780894a6ecd088ccc285e16da3 /libs/surfaces/osc/osc_select_observer.h
parent2b33d35e5c61d05e77d67443c954c35b046a16ee (diff)
OSC: simplify code.
Diffstat (limited to 'libs/surfaces/osc/osc_select_observer.h')
-rw-r--r--libs/surfaces/osc/osc_select_observer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/surfaces/osc/osc_select_observer.h b/libs/surfaces/osc/osc_select_observer.h
index a603d12fd4..081e80610b 100644
--- a/libs/surfaces/osc/osc_select_observer.h
+++ b/libs/surfaces/osc/osc_select_observer.h
@@ -70,8 +70,8 @@ class OSCSelectObserver
void text_message (std::string path, std::string text);
void text_with_id (std::string path, uint32_t id, std::string name);
void monitor_status (boost::shared_ptr<PBD::Controllable> controllable);
- void gain_message (std::string path, boost::shared_ptr<PBD::Controllable> controllable);
- void gain_automation (std::string path);
+ void gain_message ();
+ void gain_automation ();
void trim_message (std::string path, boost::shared_ptr<PBD::Controllable> controllable);
// sends stuff
void send_init (void);