mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
OSC: remove unused overall feedback calls and variables
This commit is contained in:
parent
49d53bc98d
commit
564d6c4e3c
2 changed files with 0 additions and 25 deletions
|
|
@ -90,7 +90,6 @@ OSC::OSC (Session& s, uint32_t port)
|
|||
, _shutdown (false)
|
||||
, _osc_server (0)
|
||||
, _osc_unix_server (0)
|
||||
, _send_route_changes (true)
|
||||
, _debugmode (Off)
|
||||
, address_only (false)
|
||||
, remote_port ("8000")
|
||||
|
|
@ -164,19 +163,6 @@ OSC::get_active () const
|
|||
return _osc_server != 0;
|
||||
}
|
||||
|
||||
int
|
||||
OSC::set_feedback (bool yn)
|
||||
{
|
||||
_send_route_changes = yn;
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool
|
||||
OSC::get_feedback () const
|
||||
{
|
||||
return _send_route_changes;
|
||||
}
|
||||
|
||||
int
|
||||
OSC::start ()
|
||||
{
|
||||
|
|
@ -1074,12 +1060,6 @@ OSC::debugmsg (const char *prefix, const char *path, const char* types, lo_arg *
|
|||
PBD::info << prefix << ": " << path << ss.str() << endmsg;
|
||||
}
|
||||
|
||||
void
|
||||
OSC::update_clock ()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// "Application Hook" Handlers //
|
||||
void
|
||||
OSC::session_loaded (Session& s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue