summaryrefslogtreecommitdiffstats
path: root/src/spice-client-glib-usb-acl-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spice-client-glib-usb-acl-helper.c')
-rw-r--r--src/spice-client-glib-usb-acl-helper.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/spice-client-glib-usb-acl-helper.c b/src/spice-client-glib-usb-acl-helper.c
index 20d1558..c2baeda 100644
--- a/src/spice-client-glib-usb-acl-helper.c
+++ b/src/spice-client-glib-usb-acl-helper.c
@@ -34,8 +34,6 @@
#include <polkit/polkit.h>
#include <acl/libacl.h>
-#include "glib-compat.h"
-
#define FATAL_ERROR(...) \
do { \
/* We print the error both to stdout, for the app invoking us and \
@@ -335,10 +333,6 @@ int main(void)
return 1;
}
-#if !GLIB_CHECK_VERSION(2,36,0)
- g_type_init();
-#endif
-
loop = g_main_loop_new(NULL, FALSE);
authority = polkit_authority_get_sync(NULL, NULL);