X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-progress-bar.c;h=1361f41c1402c0c8dc6aef5e09b0f4c8b1fdae7b;hb=02f0668bb12c4fccb22f0fef53548b8e0f39698f;hp=eaea5812c041861bf510a5a906bccacd379ebca2;hpb=8691a6615d4761d17af912ed7c95864e63c48403;p=modest diff --git a/src/widgets/modest-progress-bar.c b/src/widgets/modest-progress-bar.c index eaea581..1361f41 100644 --- a/src/widgets/modest-progress-bar.c +++ b/src/widgets/modest-progress-bar.c @@ -30,7 +30,6 @@ #include #include #include -#include #include "widgets/modest-progress-bar.h" #include "modest-tny-account.h" #include "modest-platform.h" @@ -350,11 +349,6 @@ modest_progress_bar_cancel_current_operation (ModestProgressObject *self) static void modest_progress_bar_cancel_all_operations (ModestProgressObject *self) { - ModestProgressBar *me; - ModestProgressBarPrivate *priv; - - me = MODEST_PROGRESS_BAR (self); - priv = MODEST_PROGRESS_BAR_GET_PRIVATE (me); /* Cancel all the mail operations */ modest_mail_operation_queue_cancel_all (modest_runtime_get_mail_operation_queue ()); @@ -387,9 +381,6 @@ progress_string (ModestMailOperationTypeOperation op_type, guint done, guint tot msg = g_strdup(_("mail_me_sending")); break; - case MODEST_MAIL_OPERATION_TYPE_OPEN: - msg = g_strdup(_("mail_me_opening")); - break; default: msg = g_strdup(""); }