mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
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:
parent
311ac9b192
commit
e06cb910aa
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user