Removed unused navigator code

This commit is contained in:
Klaus Basan
2019-04-10 04:04:05 +02:00
committed by Mat Sutcliffe
parent 46be7d5e0a
commit 79fc8683f9

View File

@@ -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)
{