aboutsummaryrefslogtreecommitdiff
path: root/tests/test-gtk-label-client.c
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2010-08-26 23:35:01 +0200
committerSebastien Bacher <seb128@ubuntu.com>2010-08-26 23:35:01 +0200
commitb73234dae98ad8a921457858ff19079b8266d295 (patch)
treeedaf13a853cadce20f972747a1ce0e1288af65a8 /tests/test-gtk-label-client.c
parente8704dfe47c14af9c395449ad78fb3d8abd1b416 (diff)
parent411bc164d198eda669a4bf48de2510c80f94702d (diff)
downloadlibdbusmenu-b73234dae98ad8a921457858ff19079b8266d295.tar.gz
libdbusmenu-b73234dae98ad8a921457858ff19079b8266d295.tar.bz2
libdbusmenu-b73234dae98ad8a921457858ff19079b8266d295.zip
releasing version 0.3.12-0ubuntu1
Diffstat (limited to 'tests/test-gtk-label-client.c')
-rw-r--r--tests/test-gtk-label-client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-gtk-label-client.c b/tests/test-gtk-label-client.c
index 070c278..14eb5bd 100644
--- a/tests/test-gtk-label-client.c
+++ b/tests/test-gtk-label-client.c
@@ -22,7 +22,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include <gtk/gtk.h>
#include <libdbusmenu-gtk/menu.h>
-static guint layouton = 0;
static GMainLoop * mainloop = NULL;
static gboolean passed = TRUE;
static guint death_timer = 0;
@@ -105,7 +104,6 @@ verify_root_to_layout(DbusmenuMenuitem * mi, proplayout_t * layout)
static gboolean
timer_func (gpointer data)
{
- g_debug("Death timer. Oops. Got to: %d", layouton);
passed = TRUE;
g_main_loop_quit(mainloop);
return FALSE;