[gnome-settings-daemon] wacom: Fix shadowed variable



commit 26ac989d0ff9132595fd988b60bbd80887c26c4b
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Nov 25 16:03:09 2011 +0000

    wacom: Fix shadowed variable

 plugins/wacom/list-wacom.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/plugins/wacom/list-wacom.c b/plugins/wacom/list-wacom.c
index 083ceda..453e711 100644
--- a/plugins/wacom/list-wacom.c
+++ b/plugins/wacom/list-wacom.c
@@ -75,7 +75,6 @@ list_devices (GList *devices)
 			styli = gsd_wacom_device_list_styli (device);
 			for (j = styli; j; j = j->next) {
 				GsdWacomStylus *stylus;
-				char *loc;
 
 				stylus = j->data;
 				g_message ("\tStylus: '%s'", gsd_wacom_stylus_get_name (stylus));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]