From 8bf7ea8ac2104525e60cfd68097deb23430a0155 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 26 Nov 2013 10:03:32 +0100 Subject: cmdutils: remove this_year constant, use CONFIG_THIS_YEAR instead Simplify. --- cmdutils.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cmdutils.h') diff --git a/cmdutils.h b/cmdutils.h index ce6660aa4c..b814961011 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -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; -- cgit v1.2.3