]> git.lyx.org Git - features.git/blobdiff - src/buffer.h
Lot's of updates for new update handling of text-insets
[features.git] / src / buffer.h
index 6a3117959f7fcbd9a956257501e2969414becaf5..10388ce06458b2b24be99d5766984769522acd8a 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;