Revert "Add another convenience function allowing i18n_noops("foo")+"bar""
[libi2ncommon] / src / i18n.h
index 0344092..2ed1ea8 100644 (file)
@@ -34,7 +34,6 @@ on this file might be covered by the GNU General Public License.
 #define i18n(String) gettext(String)
 #define i18n_plural(String1, String2, Count) ngettext(String1, String2, Count)
 #define i18n_noop(String) (String)
-#define i18n_noops(String) std::string(String)
 
 void i18n_init(const std::string& domain, const std::string& path=".");
 void i18n_set_language(const std::string &lang="");