From 678c41d05fbf15b025a69ee233eaa7f1f7b3af2e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 4 Dec 2011 22:32:48 +0000 Subject: [PATCH] remove OS X specific code for key editor binding displays git-svn-id: svn://localhost/ardour2/branches/3.0@10895 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/keyeditor.cc | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/gtk2_ardour/keyeditor.cc b/gtk2_ardour/keyeditor.cc index bafa0a4f6c..e3839c098b 100644 --- a/gtk2_ardour/keyeditor.cc +++ b/gtk2_ardour/keyeditor.cc @@ -283,24 +283,7 @@ KeyEditor::populate () if (*k == ActionManager::unbound_string) { row[columns.binding] = string(); } else { - -#ifdef GTKOSX - string label = (*k); - - /* Gtk/Quartz maps: - NSAlternate/NSOption key to Mod1 - NSCommand key to Mod2 - */ - -// replace_all (label, "", _("Command-")); -// replace_all (label, "", _("Option-")); -// replace_all (label, "", _("Shift-")); -// replace_all (label, "", _("Control-")); - - row[columns.binding] = label; -#else row[columns.binding] = (*k); -#endif } } } -- 2.30.2