From c58541468c5477323e35837a8f0aeaf41e5a0794 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 13 Aug 2010 11:56:34 +0000 Subject: Fix one too many resets of the LUA stack. --- client/widgets/button.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'client/widgets/button.cc') diff --git a/client/widgets/button.cc b/client/widgets/button.cc index 3234296..6e809fe 100644 --- a/client/widgets/button.cc +++ b/client/widgets/button.cc @@ -64,7 +64,6 @@ Button::Button(QDomNode &node, MacroWindow *macrowindow) Button::~Button() { - printf("Delete (Button) %p\n", this); fflush(stdout); // delete button; } -- cgit v1.2.3