X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;fp=error.h;h=7c146da2076ae74d896bb82a0e931d8b5b6f49f5;hb=b897cb5cf37b0329b69b0854aaf62004173495a2;hp=f19aa634bf1f8a2306249a8898eacfefd0078a06;hpb=9b394a05f364957434c3606013f904e178bfb350;p=paraslash.git diff --git a/error.h b/error.h index f19aa634..7c146da2 100644 --- a/error.h +++ b/error.h @@ -149,7 +149,6 @@ PARA_ERROR(NO_AUDIO_FILE, "no audio file"), \ PARA_ERROR(NOFD, "did not receive open fd from afs"), \ PARA_ERROR(NO_MATCH, "no matches"), \ - PARA_ERROR(NO_MOOD, "no mood available"), \ PARA_ERROR(NO_MORE_SLOTS, "no more empty slots"), \ PARA_ERROR(NOT_PLAYING, "not playing"), \ PARA_ERROR(NO_VALID_FILES, "no valid file found in playlist"), \ @@ -170,7 +169,6 @@ PARA_ERROR(OPUS_SET_GAIN, "opus: could not set gain"), \ PARA_ERROR(PATH_FOUND, ""), /* not really an error */ \ PARA_ERROR(PLAYLIST_EMPTY, "attempted to load empty playlist"), \ - PARA_ERROR(PLAYLIST_LOADED, ""), /* not really an error */ \ PARA_ERROR(PREBUFFER_SUCCESS, "prebuffering complete"), \ PARA_ERROR(PRIVATE_KEY, "can not read private key"), \ PARA_ERROR(QUEUE, "packet queue overrun"), \