summaryrefslogtreecommitdiffstats
path: root/src/fbgui/ndgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbgui/ndgui.cpp')
-rw-r--r--src/fbgui/ndgui.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/fbgui/ndgui.cpp b/src/fbgui/ndgui.cpp
index 67bfa79..a95d884 100644
--- a/src/fbgui/ndgui.cpp
+++ b/src/fbgui/ndgui.cpp
@@ -11,7 +11,6 @@
#include "ndgui.h"
-
#include <log4cxx/logger.h>
#include "qlog4cxx.h"
@@ -41,11 +40,8 @@ ndgui::ndgui() :
*/
ndgui::~ndgui() {
- //delete _debugConsole;
- //delete _toggleDebugConsole;
delete _allowUserChoice;
delete _tryAgain;
- //delete _webView;
delete _networkDiscovery;
}
@@ -181,8 +177,6 @@ void ndgui::handleConnectionEstablished(QString ifName) {
_ifNameList.append(ifName);
}
-
-
/**
* @brief determines if we continue the boot sequence or if we show the chooseInterface or abortBoot dialog
*
@@ -270,11 +264,6 @@ QString ndgui::readLogFile() {
void ndgui::tryAgain() {
LOG4CXX_DEBUG(ndLogger, " try again ");
_networkDiscovery->prepareTryAgain();
- if(debugMode > -1) {
- //delete _splitter;
- //delete _debugConsole;
- //delete _toggleDebugConsole;
- }
delete _allowUserChoice;
delete _tryAgain;
//delete _webView;