summaryrefslogtreecommitdiff
path: root/gtk2_ardour/main.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-03-28 19:22:29 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-03-28 19:22:29 +0000
commite27ac3278b0d335be0ccd9d6d6373287d406adb5 (patch)
tree3e0e812304a7652909f341b1a06b5bedb04a9cb2 /gtk2_ardour/main.cc
parent744acb7c16806759743901190d8b38b61475d5be (diff)
a) fix problems with multichannel tape tracks
b) separate data format and header format for native audio files c) expose data/header selections in GUI d) fix error in file naming for multichannel tape tracks e) remove blocks on GTK rc files during startup git-svn-id: svn://localhost/trunk/ardour2@423 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/main.cc')
-rw-r--r--gtk2_ardour/main.cc16
1 files changed, 0 insertions, 16 deletions
diff --git a/gtk2_ardour/main.cc b/gtk2_ardour/main.cc
index 289c2dba36..b702429982 100644
--- a/gtk2_ardour/main.cc
+++ b/gtk2_ardour/main.cc
@@ -318,22 +318,6 @@ main (int argc, char *argv[])
if (curvetest_file) {
return curvetest (curvetest_file);
}
-
-
- if (!use_gtk_theme) {
-
- /* desktop standard themes: just say no! */
-
- if (getenv("GTK_RC_FILES")) {
- unsetenv("GTK_RC_FILES");
- }
-
- if (getenv("GTK2_RC_FILES")) {
- unsetenv("GTK_RC_FILES");
- }
-
- RC::set_default_files (null_file_list);
- }
cout << _("Ardour/GTK ")
<< VERSIONSTRING