X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-progress-bar.c;h=1361f41c1402c0c8dc6aef5e09b0f4c8b1fdae7b;hb=02f0668bb12c4fccb22f0fef53548b8e0f39698f;hp=289882ba3b179c99026a60657fb8c0758ce8759a;hpb=627c4af6ac85444cc3256fa568baf4a8d62178ae;p=modest diff --git a/src/widgets/modest-progress-bar.c b/src/widgets/modest-progress-bar.c index 289882b..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 ());