X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=error.h;h=8ec328e4c57bb6d95c432dc96731244c5cc1e3bd;hb=1bb45ec1b6bccf422e055e66ab458468a03b4419;hp=5f27f1c9149e5648b0a2ff245956a0d4db8af66e;hpb=8157cf8316ef9b3769933d5b17e169b400d36da8;p=paraslash.git diff --git a/error.h b/error.h index 5f27f1c9..8ec328e4 100644 --- a/error.h +++ b/error.h @@ -321,7 +321,6 @@ extern const char **para_errlist[]; #define HTTP_SEND_ERRORS \ - PARA_ERROR(WRITE_OK, "can not check whether fd is writable"), \ PARA_ERROR(MAX_CLIENTS, "maximal number of clients exceeded"), \ @@ -377,8 +376,6 @@ extern const char **para_errlist[]; PARA_ERROR(HW_PARAMS, "unable to install hw params"), \ PARA_ERROR(SW_PARAMS, "unable to install sw params"), \ PARA_ERROR(BAD_PERIOD, "can not use period equal to buffer size"), \ - PARA_ERROR(GET_XFER, "unable to obtain xfer align"), \ - PARA_ERROR(SET_XFER, "snd_pcm_sw_params_set_xfer_align() failed"), \ PARA_ERROR(ALSA_WRITE, "alsa write error"), \ PARA_ERROR(PCM_OPEN, "unable to open pcm"), \ PARA_ERROR(SND_PCM_INFO, "pcm info error"), \