summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_timeline.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-06-10 17:56:53 +0200
committerRobin Gareus <robin@gareus.org>2013-06-10 19:10:12 +0200
commitc190870b504db5bc1e588cc826e549e16e554c96 (patch)
treec32769fa648763c7f9cea0ca66ab6dee2e567220 /gtk2_ardour/video_timeline.cc
parent717a38982aad73de3003c6d1eab2abcd82e42485 (diff)
vtl: disable video-monitor settings override (unused for now)
Diffstat (limited to 'gtk2_ardour/video_timeline.cc')
-rw-r--r--gtk2_ardour/video_timeline.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk2_ardour/video_timeline.cc b/gtk2_ardour/video_timeline.cc
index 176752f867..9aec6800d4 100644
--- a/gtk2_ardour/video_timeline.cc
+++ b/gtk2_ardour/video_timeline.cc
@@ -708,6 +708,13 @@ VideoTimeLine::open_video_monitor() {
return;
}
+#if 0
+ /* unused for now.
+ * the idea is to selective ignore certain monitor window
+ * states if xjadeo is not running on the same host as ardour.
+ * However with the removal of the video-monitor-startup-dialogue
+ * (git rev 5a4d0fff0) these settings are currently not accessible.
+ */
int xj_settings_mask = vmonitor->restore_settings_mask();
if (_session) {
/* load mask from Session */
@@ -721,6 +728,7 @@ VideoTimeLine::open_video_monitor() {
}
vmonitor->restore_settings_mask(xj_settings_mask);
+#endif
if (!vmonitor->start()) {
warning << "launching xjadeo failed.." << endmsg;