From: Abdelrazak Younes Date: Sat, 8 Sep 2007 17:48:14 +0000 (+0000) Subject: remove dead code. X-Git-Tag: 1.6.10~8434 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d69238ae62f18e8a3637af85760f330e59e95857;p=lyx.git remove dead code. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20151 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiToc.cpp b/src/frontends/qt4/GuiToc.cpp index 4a909b9f85..7d09e5031e 100644 --- a/src/frontends/qt4/GuiToc.cpp +++ b/src/frontends/qt4/GuiToc.cpp @@ -18,16 +18,10 @@ #include "debug.h" -#include "ControlToc.h" - #include using std::endl; -using std::pair; -using std::vector; -using std::string; - namespace lyx { namespace frontend { @@ -35,14 +29,6 @@ namespace frontend { GuiToc::GuiToc(Dialog & dialog) : ControlToc(dialog) { -#ifdef Q_WS_MACX - // On Mac show as a drawer at the right - //setView(new DockView( - // *dialog, qtoc, &gui_view, _("Outline"), Qt::RightDockWidgetArea, Qt::Drawer)); -#else - //setView(new DockView( -// *dialog, qtoc, &gui_view, _("Outline"))); -#endif }