From 3684eea53ddaa049a72d958079efc6c05fa33b66 Mon Sep 17 00:00:00 2001 From: Enrico Turri Date: Fri, 13 Mar 2020 13:20:38 +0100 Subject: [PATCH] Follow-up of 4a59a45d512827175bf70b4d1791f46232e747db -> missed cleanup --- src/slic3r/GUI/KBShortcutsDialog.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/slic3r/GUI/KBShortcutsDialog.cpp b/src/slic3r/GUI/KBShortcutsDialog.cpp index b595f1275..842cec5e2 100644 --- a/src/slic3r/GUI/KBShortcutsDialog.cpp +++ b/src/slic3r/GUI/KBShortcutsDialog.cpp @@ -144,9 +144,7 @@ void KBShortcutsDialog::fill_shortcuts() { ctrl + "J", L("Print host upload queue") }, // View { "0-6", L("Camera view") }, -#if ENABLE_SHOW_SCENE_LABELS { "E", L("Show/Hide object/instance labels") }, -#endif // ENABLE_SHOW_SCENE_LABELS // Configuration { ctrl + "P", L("Preferences") }, // Help