summaryrefslogtreecommitdiff
path: root/camlibs/stv0680/library.c
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/stv0680/library.c')
-rw-r--r--camlibs/stv0680/library.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/camlibs/stv0680/library.c b/camlibs/stv0680/library.c
index 3d2699773..3b032c475 100644
--- a/camlibs/stv0680/library.c
+++ b/camlibs/stv0680/library.c
@@ -27,6 +27,8 @@
#include <gphoto2/gphoto2.h>
#include <gphoto2/gphoto2-port.h>
+#include "libgphoto2/i18n.h"
+
#include "stv0680.h"
#include "library.h"
#include "sharpen.h"
@@ -35,19 +37,6 @@
#include "libgphoto2/bayer.h"
#include "demosaic_sharpen.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 _(String) (String)
-# define N_(String) (String)
-#endif
#define CMD_RETRIES 0x03