X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=curs_lib.c;fp=curs_lib.c;h=9856b2d5d719fce7e52c81e05a37e65449a22e26;hp=3e03810b76900f83760ffebb7320de467234bc27;hb=abcb4c00cbb9994087487573aa3bddd02a64ff5e;hpb=8889846011afe0d33ff155acce9afef5af306ae0 diff --git a/curs_lib.c b/curs_lib.c index 3e03810..9856b2d 100644 --- a/curs_lib.c +++ b/curs_lib.c @@ -310,6 +310,7 @@ void mutt_curses_error (const char *fmt, ...) set_option (OPTMSGERR); } +#ifdef USER_SOCKET void mutt_progress_bar (progress_t* progress, long pos) { char posstr[SHORT_STRING]; @@ -333,6 +334,7 @@ void mutt_progress_bar (progress_t* progress, long pos) { mutt_message ("%s %s/%s", progress->msg, posstr, progress->sizestr); } } +#endif void mutt_curses_message (const char *fmt, ...) {