From d69238ae62f18e8a3637af85760f330e59e95857 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sat, 8 Sep 2007 17:48:14 +0000 Subject: [PATCH] remove dead code. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20151 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiToc.cpp | 14 -------------- 1 file changed, 14 deletions(-) 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 } -- 2.39.5