]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/preview.h
remove unneeded member
[lyx.git] / src / mathed / preview.h
index 51798ce916a92286162f7462461dabcae4551420..9ce6b42217dbd35dd3b0bdc7907ef58e063c67f5 100644 (file)
@@ -2,8 +2,7 @@
 #define PREVIEW_H
 
 #include "LString.h"
-#include "graphics/GraphicsTypes.h"
 
-grfx::ImagePtr preview(string const & str);
+bool preview(string const & str);
 
 #endif