Skip to content

Commit

Permalink
Cleanup|Client: Removed the PrivilegedLogWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 1, 2019
1 parent 1a15ea5 commit cfee68f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 141 deletions.
45 changes: 0 additions & 45 deletions doomsday/apps/client/include/ui/widgets/privilegedlogwidget.h

This file was deleted.

7 changes: 0 additions & 7 deletions doomsday/apps/client/src/ui/clientwindow.cpp
Expand Up @@ -53,7 +53,6 @@
#include "ui/widgets/busywidget.h"
#include "ui/widgets/taskbarwidget.h"
#include "ui/widgets/consolewidget.h"
#include "ui/widgets/privilegedlogwidget.h"
#include "ui/home/homewidget.h"
#include "ui/dialogs/coloradjustmentdialog.h"
#include "ui/dialogs/alertdialog.h"
Expand Down Expand Up @@ -99,7 +98,6 @@ DE_PIMPL(ClientWindow)
SafeWidgetPtr<FadeToBlackWidget> fader;
BusyWidget *busy = nullptr;
GuiWidget *sidebar = nullptr;
PrivilegedLogWidget *privLog = nullptr;
LabelWidget *cursor = nullptr;
ConstantRule *cursorX;
ConstantRule *cursorY;
Expand Down Expand Up @@ -310,11 +308,6 @@ DE_PIMPL(ClientWindow)

miniGameControls->rule().setInput(Rule::Bottom, taskBar->rule().top());

// Privileged work-in-progress log.
privLog = new PrivilegedLogWidget;
privLog->rule().setRect(root.viewRule());
root.add(privLog);

// Color adjustment dialog.
colorAdjust = new ColorAdjustmentDialog;
colorAdjust->setAnchor(root.viewWidth() / 2, root.viewTop());
Expand Down
89 changes: 0 additions & 89 deletions doomsday/apps/client/src/ui/widgets/privilegedlogwidget.cpp

This file was deleted.

0 comments on commit cfee68f

Please sign in to comment.