summaryrefslogtreecommitdiff
path: root/camlibs/sonydscf55/nls.h
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/sonydscf55/nls.h')
-rw-r--r--camlibs/sonydscf55/nls.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/camlibs/sonydscf55/nls.h b/camlibs/sonydscf55/nls.h
deleted file mode 100644
index e71f06b3c..000000000
--- a/camlibs/sonydscf55/nls.h
+++ /dev/null
@@ -1,41 +0,0 @@
-/* Sony DSC-F55 & MSAC-SR1 - gPhoto2 camera library
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301 USA
- */
-
-#ifndef CAMLIBS_SONYDSCF55_NLS_H
-#define CAMLIBS_SONYDSCF55_NLS_H
-
-#ifdef ENABLE_NLS
-# include <libintl.h>
-# undef _
-# define _(String) dgettext (GETTEXT_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
-
-#endif /* !defined(CAMLIBS_SONYDSCF55_NLS_H) */