]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.h
cleanup and reorder initialisation code of GuiView and GuiToolbars. Move some things...
[lyx.git] / src / LyX.h
index f02ea652df5052de031dc0554bc790c0422de9cb..5d0cf3340c696e3e1758163aa9a5e5111002020a 100644 (file)
--- a/src/LyX.h
+++ b/src/LyX.h
@@ -101,13 +101,6 @@ public:
        ///
        frontend::LyXView * newLyXView();
 
-       /** redraw \c inset in all the BufferViews in which it is currently
-        *  visible. If successful return a pointer to the owning Buffer.
-        */
-       Buffer const * updateInset(Inset const *) const;
-
-       void hideDialogs(std::string const & name, Inset * inset) const;
-
        /// Execute batch commands if available.
        void execBatchCommands();
 
@@ -140,9 +133,6 @@ private:
        /// Create a View, load files and restore GUI Session.
        void restoreGuiSession();
 
-       /// Initialize RC font for the GUI.
-       void initGuiFont();
-
        /// initial LyX set up
        bool init();
        /// set up the default dead key bindings if requested