summaryrefslogtreecommitdiff
path: root/gtk2_ardour/main.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-11-29 22:48:54 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-11-29 22:48:54 +0000
commitad8028554827f9e72dd978e218a3d9538e30d8de (patch)
tree800b8e3066f01328a7ebc72a892abccb727b9861 /gtk2_ardour/main.cc
parent0f5dc815418c20de2658c27e59a7ef9bc451907d (diff)
more fixes to get things moving along
git-svn-id: svn://localhost/trunk/ardour2@151 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/main.cc')
-rw-r--r--gtk2_ardour/main.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk2_ardour/main.cc b/gtk2_ardour/main.cc
index 05394f8b0f..dfacbc788a 100644
--- a/gtk2_ardour/main.cc
+++ b/gtk2_ardour/main.cc
@@ -186,8 +186,6 @@ catch_signals (void)
pthread_t signal_thread_id;
sigset_t signals;
- return 0;
-
// if (setpgid (0,0)) {
if (setsid ()) {
warning << string_compose (_("cannot become new process group leader (%1)"),
@@ -361,10 +359,6 @@ main (int argc, char *argv[])
gtk_rc_set_default_files (null_file_list);
- // allow run-time rebinding of accels
-
- Settings::get_default()->property_gtk_can_change_accels() = true;
-
cout << _("Ardour/GTK ")
<< VERSIONSTRING
<< _("\n (built using ")