2007-07-23 Murray Cumming <murrayc@murrayc.com>
[modest] / tests / dbus_api / test_get_folders.c
index 9aef59c..fe90c9a 100644 (file)
@@ -4,7 +4,6 @@
 
 int main(int argc, char *argv[])
 {
-       GSList *attachments = NULL;
        /* Initialize maemo application */
        osso_context_t * osso_context = osso_initialize(
            "test_hello", "0.0.1", TRUE, NULL);
@@ -18,8 +17,6 @@ int main(int argc, char *argv[])
        
        /* Call the function in libmodest-dbus-client: */
        
-       attachments = g_slist_append(attachments, "/usr/include/math.h,/usr/include/malloc.h");
-       
        GList *list = NULL;
        const gboolean ret = libmodest_dbus_client_get_folders (
                osso_context, &list);