diff options
Diffstat (limited to 'src/gpm-prefs-core.c')
-rw-r--r-- | src/gpm-prefs-core.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gpm-prefs-core.c b/src/gpm-prefs-core.c index a0dea5a..e51e367 100644 --- a/src/gpm-prefs-core.c +++ b/src/gpm-prefs-core.c @@ -673,9 +673,6 @@ gpm_prefs_init (GpmPrefs *prefs) UpDevice *device; UpDeviceKind kind; GpmBrightness *brightness; -#if !UP_CHECK_VERSION(0, 99, 0) - gboolean ret; -#endif guint i; GDBusProxy *proxy; @@ -810,14 +807,6 @@ gpm_prefs_init (GpmPrefs *prefs) brightness = gpm_brightness_new (); prefs->priv->has_lcd = gpm_brightness_has_hw (brightness); g_object_unref (brightness); -#if !UP_CHECK_VERSION(0, 99, 0) - /* get device list */ - ret = up_client_enumerate_devices_sync (prefs->priv->client, NULL, &error); - if (!ret) { - egg_warning ("failed to get device list: %s", error->message); - g_error_free (error); - } -#endif devices = up_client_get_devices2 (prefs->priv->client); for (i=0; i<devices->len; i++) { device = g_ptr_array_index (devices, i); |