From: Georg Baum Date: Tue, 19 Sep 2006 16:41:18 +0000 (+0000) Subject: remove unused function _(docstring const &) X-Git-Tag: 1.6.10~12536 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e06cb910aa9822a9af9446812b433bf1e2436067;p=features.git remove unused function _(docstring const &) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15069 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/gettext.C b/src/gettext.C index 6c79a241d1..ec1ea63252 100644 --- a/src/gettext.C +++ b/src/gettext.C @@ -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()