summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--liblightdm-gobject/greeter.c7
2 files changed, 1 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 50a80d9f..f7ca3ea2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,7 @@ AC_CHECK_FUNCS(setresgid setresuid clearenv)
PKG_CHECK_MODULES(LIGHTDM, [
glib-2.0 >= 2.30
- gio-2.0 >= 2.34
+ gio-2.0 >= 2.26
gio-unix-2.0
xdmcp
xcb
diff --git a/liblightdm-gobject/greeter.c b/liblightdm-gobject/greeter.c
index 2875c42d..13fdada9 100644
--- a/liblightdm-gobject/greeter.c
+++ b/liblightdm-gobject/greeter.c
@@ -1916,16 +1916,9 @@ request_get_source_object (GAsyncResult *res)
return NULL;
}
-static gboolean
-request_is_tagged (GAsyncResult *res, gpointer source_tag)
-{
- return FALSE;
-}
-
static void
request_iface_init (GAsyncResultIface *iface)
{
iface->get_user_data = request_get_user_data;
iface->get_source_object = request_get_source_object;
- iface->is_tagged = request_is_tagged;
}