]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiPrefs.h
Remove unused functions.
[features.git] / src / frontends / qt4 / GuiPrefs.h
index 571cb9c76df19d9ad3aae3be7821e7eea2ec0f4f..c1b8ec286d06d4eccfd83d679323c889a536d1e8 100644 (file)
@@ -103,11 +103,6 @@ public:
        /// update the screen fonts after change
        void updateScreenFonts();
 
-       /// adjust the prefs paper sizes
-       PAPER_SIZE toPaperSize(int i) const;
-       /// adjust the prefs paper sizes
-       int fromPaperSize(PAPER_SIZE papersize) const;
-
        LyXRC & rc() { return rc_; }
        Converters & converters() { return converters_; }
        Formats & formats() { return formats_; }