From: Georg Baum Date: Sat, 11 Nov 2006 19:02:27 +0000 (+0000) Subject: comment unused method X-Git-Tag: 1.6.10~11929 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=be76af20b33c3e2bd22142bf01dfb587ac516e7e;p=features.git comment unused method git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15863 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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; ///