remove unused function _(docstring const &)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15069 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-09-19 16:41:18 +00:00
parent 311ac9b192
commit e06cb910aa

View File

@ -44,12 +44,6 @@ docstring const _(string const & str)
}
docstring const _(docstring const & str)
{
return getLyXMessages().get(lyx::to_utf8(str));
}
#ifdef ENABLE_NLS
void locale_init()