]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Removed unused GAsyncResultIface.is_tagged as this attribute was not available in...
authorRobert Ancell <robert.ancell@canonical.com>
Mon, 18 Aug 2014 05:22:42 +0000 (17:22 +1200)
committerRobert Ancell <robert.ancell@canonical.com>
Mon, 18 Aug 2014 05:22:42 +0000 (17:22 +1200)
liblightdm-gobject/greeter.c

index 2875c42d4579e26bb5ea702c7ec6ea673829f9c9..13fdada9f7776ea29f6efc2559bc45acf0dba84f 100644 (file)
@@ -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;
 }