# HG changeset patch # User voroshil # Date 1189386618 0 # Node ID 78d7e08a9bff5cffc6e0398a42237009f417326d # Parent 38f2f19046ff589584a0181dd74974524607cb31 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 diff -r 38f2f19046ff -r 78d7e08a9bff cfg-common.h --- a/cfg-common.h Mon Sep 10 01:09:49 2007 +0000 +++ b/cfg-common.h Mon Sep 10 01:10:18 2007 +0000 @@ -499,11 +499,6 @@ 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