remove POP3_TOP
[claws.git] / src / inc.c
index 2a9955fd6a2f40f1140173cfff87f75cf4a3dae3..c59b7a3f5179d27336668ce1b69e7ec557e5c1e9 100644 (file)
--- a/src/inc.c
+++ b/src/inc.c
@@ -829,21 +829,6 @@ static gint inc_recv_message(Session *session, const gchar *msg, gpointer data)
                progress_dialog_set_label
                        (dialog, _("Getting the size of messages (LIST)..."));
                break;
-       case POP3_TOP:
-               g_snprintf(buf, sizeof(buf),
-                          _("Retrieving header (%d / %d)"),
-                          pop3_session->cur_msg, pop3_session->count);
-               progress_dialog_set_label (dialog, buf);
-               progress_dialog_set_percentage
-                       (dialog,
-                        (gfloat)(pop3_session->cur_msg) /
-                        (gfloat)(pop3_session->count));
-               if (inc_dialog->mainwin)
-                       gtk_progress_bar_update 
-                               (GTK_PROGRESS_BAR(inc_dialog->mainwin->progressbar),
-                                (gfloat)(pop3_session->cur_msg) /
-                                (gfloat)(pop3_session->count));
-               break;
        case POP3_RETR:
                inc_recv_data_progressive
                        (session, 0,