diff help/help_mp-it.h @ 31513:01f7cf82b7b1

Remove unnecessary HELP_MP_DEFINE_STATIC #define and corresponding #ifdefs. This was attempted before and reverted due to causing warnings. No warnings appear after the removal now, so the operation should be safe this time.
author diego
date Mon, 28 Jun 2010 09:25:56 +0000
parents a9475c68aa47
children 44f8d08901fe
line wrap: on
line diff
--- a/help/help_mp-it.h	Mon Jun 28 08:43:05 2010 +0000
+++ b/help/help_mp-it.h	Mon Jun 28 09:25:56 2010 +0000
@@ -7,7 +7,6 @@
 
 // ========================= MPlayer help ===========================
 
-#ifdef HELP_MP_DEFINE_STATIC
 static const char help_text[]=
 "Uso:   mplayer [opzioni] [url|percorso/]nome_file\n"
 "\n"
@@ -47,7 +46,6 @@
 "\n"
 " * * * VEDI PAGINA MAN PER DETTAGLI, ULTERIORI OPZIONI AVANZATE E TASTI! * * *\n"
 "\n";
-#endif
 
 // ========================= MPlayer messages ===========================