mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
Removed unused navigator code
This commit is contained in:
committed by
Mat Sutcliffe
parent
46be7d5e0a
commit
79fc8683f9
@@ -297,15 +297,6 @@ namespace BlackGui
|
|||||||
{
|
{
|
||||||
// add some space for frameless navigators where I can move the navigator
|
// add some space for frameless navigators where I can move the navigator
|
||||||
QAction *a = nullptr; // new QAction(CIcons::empty16(), "move navigator here", this);
|
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;
|
bool c = false;
|
||||||
if (sGui)
|
if (sGui)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user