diff Gui/language.c @ 1706:e8f61691814e

shmem.c removed
author arpi
date Sun, 26 Aug 2001 19:54:37 +0000
parents d237c5d4b216
children
line wrap: on
line diff
--- a/Gui/language.c	Sun Aug 26 19:22:44 2001 +0000
+++ b/Gui/language.c	Sun Aug 26 19:54:37 2001 +0000
@@ -16,6 +16,8 @@
 char * langNEMDB = "Sorry, not enough memory for draw buffer.";
 char * langNEMFMR = "Sorry, not enough memory for menu rendering.";
 char * langNEMFMM = "Sorry, not enough memory for main window shape mask.";
+
+#if 0
 char * langLIRCSNW = "LIRC support not working. Disabled.";
 char * langAudioDriverSelectNotSupported = "Your audio driver DOES NOT support select(). Recompile mplayer with #undef HAVE_AUDIO_SELECT in config.h !";
 char * langNotSupportedFileFormat = "Sorry, this file format not recognized/supported. If this file is an AVI, ASF or MPEG stream, please contact the author!";
@@ -40,4 +42,4 @@
                              "Or you should disable DShow support.";
 char * langCantInitVideoDriver = "FATAL: Cannot initialize video driver!";
 char * langUnknowError = "Unknow error. Please contact the developer team.";
-
+#endif