diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-11-29 12:19:19 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-11-29 12:19:19 +0100 |
commit | cc3e4ba1e4c93ab2198453e04039e57387a79e60 (patch) | |
tree | 094a752aa0233b5247dd98d29f7642546070ddef /client/widgets | |
parent | 2a89f766b3c4917001de03a06bfbecb1ce25675f (diff) |
remove old debug code.
Diffstat (limited to 'client/widgets')
-rw-r--r-- | client/widgets/window.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/client/widgets/window.cc b/client/widgets/window.cc index a305171..b491d44 100644 --- a/client/widgets/window.cc +++ b/client/widgets/window.cc @@ -30,14 +30,9 @@ #include <QWidget> #include <QIcon> -//#define DEBUG(fmt...) printf(fmt) -#define DEBUG(ftm...) - Window::Window(QDomNode &node, MacroWindow *macrowindow) : Widget(node, macrowindow) { - DEBUG("window\n"); - widget = new QWidget(NULL); widget->setWindowFlags(Qt::WindowContextHelpButtonHint | @@ -65,8 +60,6 @@ Window::Window(QDomNode &node, MacroWindow *macrowindow) Window::~Window() { - DEBUG("~window\n"); - //delete widget; } |