X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyX.h;h=0b1e02ea06762ad3a5eff02deea994b8383c3f7c;hb=c57dc64116d8d1beb87a6b76a54cfcf82314259a;hp=4e66f2c19624ed1ccbfa31b0a691494a710c5c6a;hpb=0de73b88667dca7a21070c1177ae7b899f01bc3d;p=lyx.git diff --git a/src/LyX.h b/src/LyX.h index 4e66f2c196..0b1e02ea06 100644 --- 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();