]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.h
mathed31.diff
[lyx.git] / src / lyxrc.h
index 831505e9704008a8938cf93a98fd17bbcced5097..08d573a3ae5c46c723a25f63b8da9eb2660d37e1 100644 (file)
@@ -74,11 +74,6 @@ enum LyXRCTags {
        RC_KBMAP,
        RC_KBMAP_PRIMARY,
        RC_KBMAP_SECONDARY,
-#if 0
-       RC_FAX_COMMAND,
-       RC_PHONEBOOK,
-       RC_FAXPROGRAM,
-#endif
        RC_ASCIIROFF_COMMAND,
        RC_ASCII_LINELEN,
        RC_NUMLASTFILES,
@@ -130,15 +125,13 @@ enum LyXRCTags {
        ///
        int read (string const & filename);
        ///
+       void readBindFileIfNeeded();
+       ///
        void write(string const & filename) const;
        ///
         void print() const;
        ///
        void output(std::ostream & os) const;
-       /// Is a bind file already (or currently) read?
-       bool hasBindFile;
-       ///
-       int ReadBindFile(string const & name = "cua");
        ///
        static string const getDescription(LyXRCTags);
        ///
@@ -262,14 +255,6 @@ enum LyXRCTags {
        string font_norm_menu;
        ///
        unsigned int autosave;
-#if 0
-       ///
-       string fax_command;
-       ///
-       string phone_book;
-       ///
-       string fax_program;
-#endif
        ///
        string ascii_roff_command;
        ///
@@ -334,6 +319,11 @@ enum LyXRCTags {
        bool cursor_follows_scrollbar;
        ///
        int label_init_length;
+private:
+       /// Is a bind file already (or currently) read?
+       bool hasBindFile;
+       ///
+       int ReadBindFile(string const & name);
 };
 
 ///