cmdutils: remove this_year constant, use CONFIG_THIS_YEAR instead

Simplify.
This commit is contained in:
Stefano Sabatini
2013-11-26 10:03:32 +01:00
parent 4c4710a745
commit 8bf7ea8ac2
3 changed files with 2 additions and 9 deletions

View File

@ -43,11 +43,6 @@ extern const char program_name[];
*/
extern const int program_birth_year;
/**
* this year, defined by the program for show_banner()
*/
extern const int this_year;
extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB];
extern AVFormatContext *avformat_opts;
extern struct SwsContext *sws_opts;