From 8c2cc85e8fd1ac55761c2f53aebbe98b8f22a40a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 5 Nov 2013 14:20:03 -0500 Subject: really no reason to support ARDOUR_EN anymore ... we have a preference dialog item to enable/disable translation --- gtk2_ardour/cocoacarbon.mm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtk2_ardour/cocoacarbon.mm b/gtk2_ardour/cocoacarbon.mm index aa4dd3177a..5795cf0de9 100644 --- a/gtk2_ardour/cocoacarbon.mm +++ b/gtk2_ardour/cocoacarbon.mm @@ -75,10 +75,6 @@ set_language_preference () { gtk_disable_setlocale (); - if (g_getenv ("ARDOUR_EN")) { - return; - } - /* the gettext manual is potentially misleading about the utility of LANGUAGE. It notes that if LANGUAGE is set to include a dialect/region-free language code, like "it", it will assume that you mean the main -- cgit v1.2.3