mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 14:29:35 +02:00
remove dead code
This commit is contained in:
parent
263d682fb9
commit
e12d791097
1 changed files with 0 additions and 7 deletions
|
@ -173,13 +173,6 @@ Menu::Menu() :
|
|||
|
||||
addAvatarCollisionSubMenu(editMenu);
|
||||
|
||||
/**
|
||||
// test insert in middle of edit...
|
||||
QAction* physics = getMenuAction("Edit>Physics");
|
||||
QAction* testHack = new QAction("test", editMenu);
|
||||
editMenu->insertAction(physics, testHack);
|
||||
**/
|
||||
|
||||
QMenu* toolsMenu = addMenu("Tools");
|
||||
|
||||
_voxelModeActionsGroup = new QActionGroup(this);
|
||||
|
|
Loading…
Reference in a new issue