vtl: remove cruft
This commit is contained in:
parent
c190870b50
commit
70a422c1c7
@ -452,16 +452,6 @@ VideoMonitor::set_session (ARDOUR::Session *s)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
VideoMonitor::clear_session_state ()
|
||||
{
|
||||
xjadeo_settings.clear();
|
||||
if (!_session) { return; }
|
||||
XMLNode* node = new XMLNode(X_("XJSettings"));
|
||||
_session->add_extra_xml (*node);
|
||||
_session->set_dirty ();
|
||||
}
|
||||
|
||||
bool
|
||||
VideoMonitor::set_custom_setting (const std::string k, const std::string v)
|
||||
{
|
||||
|
@ -61,7 +61,6 @@ class VideoMonitor : public sigc::trackable , public ARDOUR::SessionHandlePtr, p
|
||||
|
||||
void set_session (ARDOUR::Session *s);
|
||||
void save_session ();
|
||||
void clear_session_state ();
|
||||
void query_full_state (bool);
|
||||
bool set_custom_setting (const std::string, const std::string);
|
||||
const std::string get_custom_setting (const std::string);
|
||||
|
@ -785,21 +785,6 @@ VideoTimeLine::terminated_video_monitor () {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
void
|
||||
VideoTimeLine::clear_video_monitor_session_state ()
|
||||
{
|
||||
if (vmonitor) {
|
||||
vmonitor->clear_session_state();
|
||||
} else {
|
||||
if (!_session) { return; }
|
||||
XMLNode* node = new XMLNode(X_("XJSettings"));
|
||||
_session->add_extra_xml (*node);
|
||||
_session->set_dirty ();
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
void
|
||||
VideoTimeLine::manual_seek_video_monitor (framepos_t pos)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user