From be76af20b33c3e2bd22142bf01dfb587ac516e7e Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sat, 11 Nov 2006 19:02:27 +0000 Subject: [PATCH] comment unused method git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15863 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/lyxrc.C | 5 ++++- src/lyxrc.h | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/lyxrc.C b/src/lyxrc.C index a29a55fc56..a25bac9dbd 100644 --- a/src/lyxrc.C +++ b/src/lyxrc.C @@ -2127,6 +2127,7 @@ void LyXRC::set_font_norm_type() } +#if 0 string const LyXRC::getDescription(LyXRCTags tag) { docstring str; @@ -2519,8 +2520,10 @@ string const LyXRC::getDescription(LyXRCTags tag) break; } - return to_utf8(str); + return str; } +#endif + // The global instance LyXRC lyxrc; diff --git a/src/lyxrc.h b/src/lyxrc.h index b47cb8fa77..138481cb67 100644 --- a/src/lyxrc.h +++ b/src/lyxrc.h @@ -165,8 +165,8 @@ public: bool ignore_system_lyxrc) const; /// void print() const; - /// - static std::string const getDescription(LyXRCTags); + // FIXME unused (was used for xforms. Do we still need this?) + //static docstring const getDescription(LyXRCTags); /// std::string bind_file; /// -- 2.39.2