]> git.lyx.org Git - features.git/commitdiff
comment unused method
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 11 Nov 2006 19:02:27 +0000 (19:02 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 11 Nov 2006 19:02:27 +0000 (19:02 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15863 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyxrc.C
src/lyxrc.h

index a29a55fc56fdd344080274a488f02e004f552c73..a25bac9dbd09a4eba98ca1bf2ce4898ac2f10502 100644 (file)
@@ -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;
index b47cb8fa77a5f0f1180479ee5091ee931ea3c00d..138481cb678f8056bdcf3d4e1b88794641677076 100644 (file)
@@ -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;
        ///