From 2c7f94e285cfcb9bb1e534e47581b371d355d0f6 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 27 Jun 2013 21:42:38 -0700 Subject: Remove the unused menu bar and status bar from alsoft-config --- utils/alsoft-config/main.cpp | 2 +- utils/alsoft-config/mainwindow.ui | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/utils/alsoft-config/main.cpp b/utils/alsoft-config/main.cpp index 9e2d83c8..b48f94ec 100644 --- a/utils/alsoft-config/main.cpp +++ b/utils/alsoft-config/main.cpp @@ -6,6 +6,6 @@ int main(int argc, char *argv[]) QApplication a(argc, argv); MainWindow w; w.show(); - + return a.exec(); } diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index 1344554f..f1333805 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -7,7 +7,7 @@ 0 0 564 - 473 + 454 @@ -1330,15 +1330,6 @@ added by the ALC_EXT_DEDICATED extension. - - - TopToolBarArea - - - false - - - -- cgit v1.2.3