]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderPreview.h
Revert bc47054b and the related commit ad0d0f6d
[lyx.git] / src / insets / RenderPreview.h
index e9e3cb10c2440f3d868f5a2893ebbe13e3a8f8be..cc7a4b6928d09cb1ecd88a92ecc65092a84bd633 100644 (file)
@@ -74,11 +74,6 @@ public:
                        graphics::PreviewLoader & ploader,
                        bool ignore_lyxrc = false);
 
-       /// Record math macro definitions added to the preview loader
-       void addMacroDef(docstring const & latex_snippet, Buffer const & buffer);
-       /// Has a math macro definition already been added to the preview loader?
-       bool hasMacroDef(docstring const & latex_snippet, Buffer const & buffer);
-
        /// Begin the loading process.
        /// \param forexport : whether this is intended for export. if so,
        /// then we ignore LyXRC and wait for the image to be generated.