X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=curs_lib.c;h=451a6b1d8dce7db126d4778e3904142f3930b383;hp=443f510d6192fe76fe08c8a16b25928290f6a516;hb=4761fa78a6dfc9437caa6e6e0aac806e50e01c83;hpb=efe9a0bac26a7dabf3953ea0597ce06b3dcb21fe diff --git a/curs_lib.c b/curs_lib.c index 443f510..451a6b1 100644 --- a/curs_lib.c +++ b/curs_lib.c @@ -299,7 +299,6 @@ void mutt_curses_error (const char *fmt, ...) set_option (OPTMSGERR); } -#ifdef USE_SOCKET void mutt_progress_bar (progress_t* progress, long pos) { char posstr[SHORT_STRING]; @@ -327,7 +326,6 @@ void mutt_progress_bar (progress_t* progress, long pos) { mutt_message ("%s %s", progress->msg, posstr); } } -#endif void mutt_curses_message (const char *fmt, ...) {