mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
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:
parent
aebd5ebaf9
commit
d69238ae62
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user