EServerSideSource: Forgot to remove the AsyncClosure struct.
authorMatthew Barnes <mbarnes@redhat.com>
Mon, 23 Jul 2012 11:30:22 +0000 (07:30 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Mon, 23 Jul 2012 11:30:22 +0000 (07:30 -0400)
libebackend/e-server-side-source.c

index af1b71a..e326ec2 100644 (file)
@@ -55,12 +55,6 @@ struct _EServerSideSourcePrivate {
        gchar *write_directory;
 };
 
-struct _AsyncClosure {
-       GMainLoop *loop;
-       GMainContext *context;
-       GAsyncResult *result;
-};
-
 enum {
        PROP_0,
        PROP_ALLOW_AUTH_PROMPT,