]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/PreviewLoader.h
whitespace only
[lyx.git] / src / graphics / PreviewLoader.h
index 70807e613c0157347ce97f11a551513568996327..3f617628fc2dd7d9d15520ca5a11d564dfcffdd1 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <boost/signal.hpp>
 #include <QObject>
-#include "support/docstring.h"
 
 #include "ColorCode.h"
 
@@ -68,11 +67,6 @@ public:
        /// Remove this snippet of LaTeX from the PreviewLoader.
        void remove(std::string const & latex_snippet) const;
 
-       /// Record math macro definitions added to the loader
-       void addMacroDef(docstring const & latex_snippet) const;
-       /// Has a math macro definition already been added to the loader?
-       bool hasMacroDef(docstring const & latex_snippet) const;
-
        /** We have accumulated several latex snippets with status "InQueue".
         *  Initiate their transformation into bitmap images.
         */