diff options
author | Ted Gould <ted@gould.cx> | 2010-08-26 15:18:19 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-26 15:18:19 -0500 |
commit | 510263800720ca5f8980ade0a3d0e9d564b3ddff (patch) | |
tree | d6ddb0e45aba2730f77c3ff91b8afa7d7ff2933c | |
parent | 12725d8ce6018f62038bc079829d90f5ff3c8593 (diff) | |
download | libdbusmenu-510263800720ca5f8980ade0a3d0e9d564b3ddff.tar.gz libdbusmenu-510263800720ca5f8980ade0a3d0e9d564b3ddff.tar.bz2 libdbusmenu-510263800720ca5f8980ade0a3d0e9d564b3ddff.zip |
Removing unused variable
-rw-r--r-- | tests/test-gtk-label-client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-gtk-label-client.c b/tests/test-gtk-label-client.c index 4316b8e..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; |