]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inset.h
ws changes only
[lyx.git] / src / insets / inset.h
index 670b52390e2a646da247df393664eea4cbab964e..5e8cd824bebe4164aba96be15b437dad298c9b1a 100644 (file)
@@ -131,7 +131,9 @@ public:
                ///
                NEWLINE_CODE,
                ///
-               BRANCH_CODE
+               BRANCH_CODE,
+               ///
+               BOX_CODE
        };
 
        ///
@@ -150,9 +152,6 @@ public:
                HIGHLY_EDITABLE
        };
 
-       ///
-       typedef dispatch_result RESULT;
-
        ///
        InsetOld();
        ///
@@ -298,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;