2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:47:42 +00:00

General: Remove unused file-scope variables

Removes unused logvisor modules. This also allows removing some
inclusions. Silences a few unused variable warnings as well.
This commit is contained in:
Lioncash
2019-09-05 20:16:03 -04:00
parent 8ff9e028c7
commit 909e7d69ee
4 changed files with 0 additions and 11 deletions

View File

@@ -9,10 +9,8 @@
#include "specter/ViewResources.hpp"
#include <boo/graphicsdev/IGraphicsCommandQueue.hpp>
#include <logvisor/logvisor.hpp>
namespace specter {
static logvisor::Module Log("specter::RootView");
RootView::RootView(IViewManager& viewMan, ViewResources& res, boo::IWindow* window)
: View(res), m_window(window), m_viewMan(viewMan), m_viewRes(&res), m_events(*this) {