* groundwork for dragging to the desktop
[modest] / src / modest-mail-operation.c
index bfef576..49a6875 100644 (file)
@@ -636,7 +636,7 @@ modest_mail_operation_create_folder (ModestMailOperation *self,
 {
        ModestMailOperationPrivate *priv;
        TnyFolder *new_folder = NULL;
-       TnyStoreAccount *store_account;
+       //TnyStoreAccount *store_account;
 
        g_return_val_if_fail (TNY_IS_FOLDER_STORE (parent), NULL);
        g_return_val_if_fail (name, NULL);