]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetFloat.h
index d656fdcbc25cf39af6d7c35ed6e06a1668c34f6f..cc1e066588e5474828c9596e81351efc0d7f3371 100644 (file)
@@ -95,11 +95,9 @@ private:
            insets that may contain several paragraphs */
        bool noFontChange() const { return true; }
        ///
-       bool showInsetDialog(BufferView *) const;
-       ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        // Update the counters of this inset and of its contents
-       void updateLabels(ParIterator const &, UpdateType);
+       void updateBuffer(ParIterator const &, UpdateType);
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///