From 255c174e410a2cc39dd0695e3453e6d1338a98cb Mon Sep 17 00:00:00 2001 From: voroshil Date: Mon, 10 Sep 2007 01:10:18 +0000 Subject: Fix warnings: cfg-common.h:509: warning: redundant redeclaration of 'fribidi_charset' subreader.h:64: warning: previous declaration of 'fribidi_charset' was here cfg-common.h:510: warning: redundant redeclaration of 'flip_hebrew' subreader.h:65: warning: previous declaration of 'flip_hebrew' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24392 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cfg-common.h') diff --git a/cfg-common.h b/cfg-common.h index 3f88d1dc04..5ec181be38 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -499,11 +499,6 @@ extern m_config_t dvbin_opts_conf[]; extern m_option_t lavfdopts_conf[]; #endif -#ifdef USE_FRIBIDI -extern char *fribidi_charset; -extern int flip_hebrew; -#endif - #ifdef STREAMING_LIVE555 extern int rtspStreamOverTCP; #endif -- cgit v1.2.3