X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-formatter.c;h=666278eb2ab15c627fde451a9edcbfdf0c6cb8e1;hb=90faf79ccd28b6581ff96f20da2e6e4dbd0bc34b;hp=f055b0a77bb3188c1132cb3bf22d2666d2fb0672;hpb=b9b928dee5f5169c3317df86b153b4d069b814d0;p=modest diff --git a/src/modest-formatter.c b/src/modest-formatter.c index f055b0a..666278e 100644 --- a/src/modest-formatter.c +++ b/src/modest-formatter.c @@ -179,9 +179,7 @@ modest_formatter_attach (ModestFormatter *self, TnyMsg *msg, TnyHeader *header) TnyMsg *new_msg = NULL; TnyMimePart *body_part = NULL; ModestFormatterPrivate *priv; - TnyPlatformFactory *fact; - fact = modest_runtime_get_platform_factory (); /* Build new part */ new_msg = modest_formatter_create_message (self, TRUE, TRUE, FALSE); body_part = modest_formatter_create_body_part (self, new_msg);