remove dead code.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20151 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-09-08 17:48:14 +00:00
parent aebd5ebaf9
commit d69238ae62

View File

@ -18,16 +18,10 @@
#include "debug.h"
#include "ControlToc.h"
#include <algorithm>
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<GuiToc, TocWidget>(
// *dialog, qtoc, &gui_view, _("Outline"), Qt::RightDockWidgetArea, Qt::Drawer));
#else
//setView(new DockView<GuiToc, TocWidget>(
// *dialog, qtoc, &gui_view, _("Outline")));
#endif
}