display results of a bounce in the region list
[ardour.git] / libs / ardour / i18n.h
index 3ace2504192fc540986dc3975a86b3d4a8802775..71a3dccab8784cb936ffcde33663ef8c5346e204 100644 (file)
@@ -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