summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_timeline.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-06-10 18:37:41 +0200
committerRobin Gareus <robin@gareus.org>2013-06-10 19:10:12 +0200
commit70a422c1c753162cbb91e52e80599f25cef97515 (patch)
tree8affc8a8d0d9303a4fe39863a3e31e4db1ee9117 /gtk2_ardour/video_timeline.cc
parentc190870b504db5bc1e588cc826e549e16e554c96 (diff)
vtl: remove cruft
Diffstat (limited to 'gtk2_ardour/video_timeline.cc')
-rw-r--r--gtk2_ardour/video_timeline.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/gtk2_ardour/video_timeline.cc b/gtk2_ardour/video_timeline.cc
index 9aec6800d4..97335bbc2b 100644
--- a/gtk2_ardour/video_timeline.cc
+++ b/gtk2_ardour/video_timeline.cc
@@ -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)
{