From 79fc8683f986e6aa45a7a3a14d886d8a9d5751fc Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Wed, 10 Apr 2019 04:04:05 +0200 Subject: [PATCH] Removed unused navigator code --- src/blackgui/components/navigatordialog.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/blackgui/components/navigatordialog.cpp b/src/blackgui/components/navigatordialog.cpp index 89de68ffd..77da33b3b 100644 --- a/src/blackgui/components/navigatordialog.cpp +++ b/src/blackgui/components/navigatordialog.cpp @@ -297,15 +297,6 @@ namespace BlackGui { // add some space for frameless navigators where I can move the navigator QAction *a = nullptr; // new QAction(CIcons::empty16(), "move navigator here", this); - if (a && this->actions().isEmpty()) - { - this->addAction(a); - } - else - { - this->insertAction(this->actions().first(), a); - } - bool c = false; if (sGui) {