diff options
author | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-09-10 01:10:18 +0000 |
---|---|---|
committer | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-09-10 01:10:18 +0000 |
commit | 255c174e410a2cc39dd0695e3453e6d1338a98cb (patch) | |
tree | 20558f43438e5e327d7a9a0e1b7b671949c0fd24 | |
parent | 30699fd2141881dd9bbf96485653911e7489400f (diff) | |
download | mpv-255c174e410a2cc39dd0695e3453e6d1338a98cb.tar.bz2 mpv-255c174e410a2cc39dd0695e3453e6d1338a98cb.tar.xz |
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
-rw-r--r-- | cfg-common.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 |