summaryrefslogtreecommitdiff
path: root/camlibs/kodak/ez200/ez200.c
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/kodak/ez200/ez200.c')
-rw-r--r--camlibs/kodak/ez200/ez200.c16
1 files changed, 2 insertions, 14 deletions
diff --git a/camlibs/kodak/ez200/ez200.c b/camlibs/kodak/ez200/ez200.c
index 972adec6d..d9b56374b 100644
--- a/camlibs/kodak/ez200/ez200.c
+++ b/camlibs/kodak/ez200/ez200.c
@@ -28,6 +28,8 @@
#include <gphoto2/gphoto2.h>
#include <gphoto2/gphoto2-port.h>
+#include "libgphoto2/i18n.h"
+
#define PING 0x05
#define STATUS 0x06
#define PICTURE 0x08
@@ -47,20 +49,6 @@ typedef enum {
#define GP_MODULE "ez200"
-#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 _(String) (String)
-# define N_(String) (String)
-#endif
-
#define WRITE gp_port_usb_msg_write
#define READ gp_port_usb_msg_read