summaryrefslogtreecommitdiff
path: root/camlibs/sonydscf1
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2002-09-14 13:29:59 +0000
committerMarcus Meissner <marcus@jet.franken.de>2002-09-14 13:29:59 +0000
commitfb712beead054a928665a831be36652ba0f9d7b0 (patch)
treed9702a47c72c9d8027ca802ea6a67c282ca03c79 /camlibs/sonydscf1
parent1accbe54e6483d45cb4946db11407e1436b24734 (diff)
downloadlibgphoto2-fb712beead054a928665a831be36652ba0f9d7b0.tar.gz
* duplicate _ define remove from NLS stuff.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5266 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/sonydscf1')
-rw-r--r--camlibs/sonydscf1/sonydscf1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/camlibs/sonydscf1/sonydscf1.c b/camlibs/sonydscf1/sonydscf1.c
index be2099ab2..5f1d5a466 100644
--- a/camlibs/sonydscf1/sonydscf1.c
+++ b/camlibs/sonydscf1/sonydscf1.c
@@ -13,7 +13,6 @@
# ifdef gettext_noop
# define N_(String) gettext_noop (String)
# else
-# define _(String) (String)
# define N_(String) (String)
# endif
#else