]> git.lyx.org Git - features.git/commitdiff
remove unused function _(docstring const &)
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 19 Sep 2006 16:41:18 +0000 (16:41 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 19 Sep 2006 16:41:18 +0000 (16:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15069 a592a061-630c-0410-9148-cb99ea01b6c8

src/gettext.C

index 6c79a241d184d72990d9e3aba9e76f102a8fc2da..ec1ea632521d3bcb71b921bfc3281cb502d0a160 100644 (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()