]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inset.h
ws changes only
[lyx.git] / src / insets / inset.h
index bc653185ea22a6c0032e6adb0a68f51db7aeb230..5e8cd824bebe4164aba96be15b437dad298c9b1a 100644 (file)
@@ -152,9 +152,6 @@ public:
                HIGHLY_EDITABLE
        };
 
-       ///
-       typedef dispatch_result RESULT;
-
        ///
        InsetOld();
        ///
@@ -300,15 +297,6 @@ public:
         *  defaults to empty.
         */
        virtual void addPreview(lyx::graphics::PreviewLoader &) const {}
-
-       /** Find the PreviewLoader, add a LaTeX snippet to it and
-        *  start the loading process.
-        *
-        *  Most insets have no interest in this capability, so the method
-        *  defaults to empty.
-        */
-       virtual void generatePreview(Buffer const &) const {}
-
 protected:
        ///
        mutable int top_x;