changeset 27036:b8d1732266c1

Remove pointless HELP_MP_DEFINE_STATIC definition.
author diego
date Sun, 15 Jun 2008 12:56:09 +0000
parents ed341e70c5a0
children c76be2449e22
files help/help_mp-en.h mplayer.c
diffstat 2 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/help/help_mp-en.h	Sun Jun 15 12:51:12 2008 +0000
+++ b/help/help_mp-en.h	Sun Jun 15 12:56:09 2008 +0000
@@ -12,7 +12,6 @@
 
 // ========================= MPlayer help ===========================
 
-#ifdef HELP_MP_DEFINE_STATIC
 static char help_text[]=
 "Usage:   mplayer [options] [url|path/]filename\n"
 "\n"
@@ -52,7 +51,7 @@
 "\n"
 " * * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *\n"
 "\n";
-#endif
+
 
 // libmpcodecs/ad_dvdpcm.c:
 #define MSGTR_SamplesWanted "Samples of this format are needed to improve support. Please contact the developers.\n"
--- a/mplayer.c	Sun Jun 15 12:51:12 2008 +0000
+++ b/mplayer.c	Sun Jun 15 12:56:09 2008 +0000
@@ -39,8 +39,6 @@
 #include "version.h"
 
 #include "mp_msg.h"
-
-#define HELP_MP_DEFINE_STATIC
 #include "help_mp.h"
 
 #include "m_option.h"