]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.h
GuiTabular.cpp: fix bug #8084
[lyx.git] / src / LyX.h
index 4e66f2c19624ed1ccbfa31b0a691494a710c5c6a..0b1e02ea06762ad3a5eff02deea994b8383c3f7c 100644 (file)
--- a/src/LyX.h
+++ b/src/LyX.h
@@ -57,10 +57,6 @@ namespace frontend {
 class Application;
 }
 
-namespace graphics {
-class Previews;
-}
-
 /// initial startup
 class LyX {
 public:
@@ -151,7 +147,6 @@ private:
        friend void setMover(std::string const & fmt, std::string const & command);
        friend Movers & theSystemMovers();
        friend frontend::Application * theApp();
-       friend graphics::Previews & thePreviews();
        friend Session & theSession();
        friend CmdDef & theTopLevelCmdDef();
        friend SpellChecker * theSpellChecker();