summaryrefslogtreecommitdiff
path: root/gtk2_ardour/i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/i18n.h')
-rw-r--r--gtk2_ardour/i18n.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/i18n.h b/gtk2_ardour/i18n.h
index 3ace250419..71a3dccab8 100644
--- a/gtk2_ardour/i18n.h
+++ b/gtk2_ardour/i18n.h
@@ -7,8 +7,6 @@
#include <vector>
#include <string>
-std::vector<std::string> internationalize (const char **);
-
#define _(Text) dgettext (PACKAGE,Text)
#define N_(Text) gettext_noop (Text)
#define X_(Text) Text