[gnome-settings-daemon] wacom: Fix list-wacom



commit b47a9b105ba2e6f9abf53fd54c8077002f02ffd8
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Nov 22 18:07:13 2011 +0000

    wacom: Fix list-wacom

 plugins/wacom/list-wacom.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/plugins/wacom/list-wacom.c b/plugins/wacom/list-wacom.c
index 0679116..457b0ac 100644
--- a/plugins/wacom/list-wacom.c
+++ b/plugins/wacom/list-wacom.c
@@ -74,12 +74,6 @@ int main (int argc, char **argv)
 		g_message ("\tGeneric settings: %s", loc);
 		g_free (loc);
 
-		if (gsd_wacom_device_get_device_type (device) != WACOM_TYPE_STYLUS) {
-			loc = get_loc (gsd_wacom_device_get_tool_settings (device));
-			g_message ("\tTool settings: %s", loc);
-			g_free (loc);
-		}
-
 		if (gsd_wacom_device_get_device_type (device) == WACOM_TYPE_STYLUS) {
 			GList *styli, *j;
 



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