diff options
author | Ted Gould <ted@gould.cx> | 2010-08-26 15:24:01 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-26 15:24:01 -0500 |
commit | f4ff4261e9699cdbb9621a6250c4b29ec33d5622 (patch) | |
tree | f8f50796ba22ecb805c7e3b341d5b1bc3d4830ee /tests/test-gtk-label-client.c | |
parent | fdf92747f6147bf5df0e65a61a3934cea8970634 (diff) | |
parent | 34824cf6f98cd623b0368e4dbc9eaf65110572d1 (diff) | |
download | libdbusmenu-f4ff4261e9699cdbb9621a6250c4b29ec33d5622.tar.gz libdbusmenu-f4ff4261e9699cdbb9621a6250c4b29ec33d5622.tar.bz2 libdbusmenu-f4ff4261e9699cdbb9621a6250c4b29ec33d5622.zip |
Import upstream version 0.3.12
Diffstat (limited to 'tests/test-gtk-label-client.c')
-rw-r--r-- | tests/test-gtk-label-client.c | 2 |
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; |