mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +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:
@@ -5,11 +5,8 @@
|
||||
#include "specter/ViewResources.hpp"
|
||||
|
||||
#include <boo/graphicsdev/IGraphicsCommandQueue.hpp>
|
||||
#include <logvisor/logvisor.hpp>
|
||||
|
||||
namespace specter {
|
||||
static logvisor::Module Log("specter::Space");
|
||||
|
||||
#define TRIANGLE_DIM 12
|
||||
#define TRIANGLE_DIM1 10
|
||||
#define TRIANGLE_DIM2 8
|
||||
|
||||
Reference in New Issue
Block a user