[vlc-devel] commit: PDA: useless redefinition ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun May 10 17:45:29 CEST 2009


vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Sun May 10 18:40:12 2009 +0300| [2b4e12cdbe76664bc07413f4a5f0a7f9183c33d3] | committer: Rémi Denis-Courmont 

PDA: useless redefinition

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2b4e12cdbe76664bc07413f4a5f0a7f9183c33d3
---

 modules/gui/pda/pda_support.h |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/modules/gui/pda/pda_support.h b/modules/gui/pda/pda_support.h
index d2f2a23..7d6c76f 100644
--- a/modules/gui/pda/pda_support.h
+++ b/modules/gui/pda/pda_support.h
@@ -11,19 +11,6 @@
 #  include <libintl.h>
 #  undef _
 #  define _(String) dgettext (PACKAGE, String)
-#  ifdef gettext_noop
-#    define N_(String) gettext_noop (String)
-#  else
-#    define N_(String) (String)
-#  endif
-#else
-#  define textdomain(String) (String)
-#  define gettext(String) (String)
-#  define dgettext(Domain,Message) (Message)
-#  define dcgettext(Domain,Message,Type) (Message)
-#  define bindtextdomain(Domain,Directory) (Domain)
-#  define _(String) (String)
-#  define N_(String) (String)
 #endif
 
 




More information about the vlc-devel mailing list