]> git.lyx.org Git - features.git/blobdiff - src/lyx_main.h
new LFUN_WINDOW_CLOSE
[features.git] / src / lyx_main.h
index a95ec5334910b7d212329794aa3d1d082d691052..2d82153221c7584119e82a4dce8eb3bef1e53794 100644 (file)
@@ -17,7 +17,6 @@
 #include <boost/scoped_ptr.hpp>
 #include <boost/utility.hpp>
 
-#include <list>
 #include <string>
 #include <vector>
 
@@ -123,9 +122,6 @@ private:
        /// Create a View and restore GUI Session.
        void restoreGuiSession(std::vector<std::string> const & files);
 
-       ///
-       void addLyXView(LyXView * lyxview);
-
        /// Initialize RC font for the GUI.
        void initGuiFont();
 
@@ -163,9 +159,6 @@ private:
        /// Use the Pimpl idiom to hide the internals.
        struct Singletons;
        boost::scoped_ptr<Singletons> pimpl_;
-       ///
-       typedef std::list<LyXView *> ViewList;
-       ViewList views_;
 
        ///
        bool geometryOption_;