]> git.lyx.org Git - features.git/blobdiff - src/buffer.h
several changes and some new insets, read the Changelog
[features.git] / src / buffer.h
index 6a3117959f7fcbd9a956257501e2969414becaf5..6e02dfce38503e0a1900eb282a250601c99e8975 100644 (file)
@@ -88,11 +88,7 @@ public:
        bool Dispatch(int, auto_mem_buffer &);
 
        /// should be changed to work for a list.
-       void resize() {
-               if (users) {
-                       users->resize();
-               }
-       }
+       void resize();
 
        /// Update window titles of all users
        void updateTitles() const;
@@ -379,11 +375,6 @@ private:
        void pop_tag(std::ostream & os, char const * tag,
                     int & pos, char stack[5][3]);
 
-#if 0
-       ///
-       void RoffAsciiTable(std::ostream &, LyXParagraph * par);
-#endif
-       
        /// is save needed
        mutable bool lyx_clean;