summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_server_dialog.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-03-26 22:19:04 +0100
committerRobin Gareus <robin@gareus.org>2013-03-26 22:19:04 +0100
commit1bec1059fb943a6976a638588f9a24cc388deb2d (patch)
tree2a52b273c994b26d5151520246abea88dde0b656 /gtk2_ardour/video_server_dialog.cc
parent41faeb76e1189765c10fbfe3d8e2025000d42989 (diff)
canonical names for video-tools
Diffstat (limited to 'gtk2_ardour/video_server_dialog.cc')
-rw-r--r--gtk2_ardour/video_server_dialog.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/video_server_dialog.cc b/gtk2_ardour/video_server_dialog.cc
index f6236a2aee..f8d8172d9e 100644
--- a/gtk2_ardour/video_server_dialog.cc
+++ b/gtk2_ardour/video_server_dialog.cc
@@ -84,9 +84,6 @@ VideoServerDialog::VideoServerDialog (Session* s)
if (find_file_in_search_path (PBD::SearchPath(Glib::getenv("PATH")), X_("harvid"), icsd_file_path)) {
path_entry.set_text(icsd_file_path);
}
- else if (find_file_in_search_path (PBD::SearchPath(Glib::getenv("PATH")), X_("icsd"), icsd_file_path)) {
- path_entry.set_text(icsd_file_path);
- }
else if (Glib::file_test(X_("C:\\Program Files\\harvid\\harvid.exe"), Glib::FILE_TEST_EXISTS)) {
path_entry.set_text(X_("C:\\Program Files\\harvid\\harvid.exe"));
}