summaryrefslogtreecommitdiff
path: root/src/gpm-statistics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpm-statistics.c')
-rw-r--r--src/gpm-statistics.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpm-statistics.c b/src/gpm-statistics.c
index a93631c..1b8a426 100644
--- a/src/gpm-statistics.c
+++ b/src/gpm-statistics.c
@@ -1813,8 +1813,6 @@ main (int argc, char *argv[])
#else
g_signal_connect (client, "device-added", G_CALLBACK (gpm_stats_device_added_cb), NULL);
g_signal_connect (client, "device-removed", G_CALLBACK (gpm_stats_device_removed_cb), NULL);
-#endif
-#if !UP_CHECK_VERSION(0, 99, 0)
g_signal_connect (client, "device-changed", G_CALLBACK (gpm_stats_device_changed_cb), NULL);
#endif