From: Andre Noll Date: Thu, 26 Nov 2015 07:51:54 +0000 (+0100) Subject: Remove unused error code E_NO_AUDIO_TRACK. X-Git-Tag: v0.5.6~57 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=3f8ff482884973a00b4c4d4e08d8cbf96a01c98b;ds=sidebyside Remove unused error code E_NO_AUDIO_TRACK. It was introduced last year in commit 741c19c2 (The mp4 tagger) and has always been unused. --- diff --git a/error.h b/error.h index 75532ea2..b7352333 100644 --- a/error.h +++ b/error.h @@ -419,7 +419,6 @@ extern const char **para_errlist[]; PARA_ERROR(MP4ASC, "audio spec config error"), \ PARA_ERROR(AAC_AFH_INIT, "failed to init aac decoder"), \ PARA_ERROR(MP4V2, "mp4v2 library error"), \ - PARA_ERROR(NO_AUDIO_TRACK, "file contains no valid audio track"), \ #define AAC_COMMON_ERRORS \ PARA_ERROR(ESDS, "did not find esds atom"), \