From e06cb910aa9822a9af9446812b433bf1e2436067 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Tue, 19 Sep 2006 16:41:18 +0000 Subject: [PATCH] remove unused function _(docstring const &) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15069 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/gettext.C | 6 ------ 1 file changed, 6 deletions(-) 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() -- 2.39.2