From 5ed25a7e5f115a71433f137905394ae6b119e450 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 7 May 2014 10:49:37 +0200 Subject: all: Remove IsDocked property Removes the deprecated (for not very long) property, before we do a 1.0 release. https://bugs.freedesktop.org/show_bug.cgi?id=78380 --- tools/up-tool.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') diff --git a/tools/up-tool.c b/tools/up-tool.c index 69430c9..a2a35b0 100644 --- a/tools/up-tool.c +++ b/tools/up-tool.c @@ -136,7 +136,6 @@ up_client_print (UpClient *client) g_print (" on-battery: %s\n", on_battery ? "yes" : "no"); g_print (" lid-is-closed: %s\n", lid_is_closed ? "yes" : "no"); g_print (" lid-is-present: %s\n", lid_is_present ? "yes" : "no"); - g_print (" is-docked: no (deprecated, always false)\n"); action = up_client_get_critical_action (client); g_print (" critical-action: %s\n", action); g_free (action); -- cgit v1.2.1