Remove "commands" tab in customize dialog

This commit is contained in:
Pesc0
2023-03-29 00:55:03 +02:00
parent 5e8ec9daf7
commit f72cad3b70
5 changed files with 0 additions and 435 deletions

View File

@@ -46,7 +46,6 @@
#include "DlgToolbarsImp.h"
#include "DlgActionsImp.h"
#include "DlgCommandsImp.h"
#include "DlgKeyboardImp.h"
#include "DlgCustomizeSpaceball.h"
#include "DlgCustomizeSpNavSettings.h"
@@ -84,7 +83,6 @@ WidgetFactorySupplier::WidgetFactorySupplier()
// ADD YOUR CUSTOMIZE PAGES HERE
//
//
new CustomPageProducer<DlgCustomCommandsImp>;
new CustomPageProducer<DlgCustomKeyboardImp>;
new CustomPageProducer<DlgCustomToolbarsImp>;
new CustomPageProducer<DlgCustomActionsImp>;