From 6c5989a7646419b05c387ca2d46ca27310b27494 Mon Sep 17 00:00:00 2001 From: Monsta Date: Sun, 13 Dec 2015 20:36:22 +0300 Subject: remove dead code --- applets/inhibit/inhibit-applet.c | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'applets') diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c index b2d1e92..1a8bbb1 100644 --- a/applets/inhibit/inhibit-applet.c +++ b/applets/inhibit/inhibit-applet.c @@ -165,37 +165,6 @@ gpm_applet_uninhibit (GpmInhibitApplet *applet, return ret; } -#if 0 -static gboolean -gpm_applet_has_inhibit (GpmInhibitApplet *applet, - gboolean *has_inhibit) -{ - GError *error = NULL; - gboolean ret; - DBusGProxy *proxy; - - proxy = egg_dbus_proxy_get_proxy (applet->gproxy); - if (proxy == NULL) { - g_warning ("not connected"); - return FALSE; - } - - ret = dbus_g_proxy_call (proxy, "HasInhibit", &error, - G_TYPE_INVALID, - G_TYPE_BOOLEAN, has_inhibit, - G_TYPE_INVALID); - if (error) { - g_debug ("ERROR: %s", error->message); - g_error_free (error); - } - if (!ret) { - /* abort as the DBUS method failed */ - g_warning ("HasInhibit failed!"); - } - - return ret; -} -#endif /** * gpm_applet_get_icon: -- cgit v1.2.1