summaryrefslogtreecommitdiff
path: root/soh/src/code/graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'soh/src/code/graph.c')
-rw-r--r--soh/src/code/graph.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/soh/src/code/graph.c b/soh/src/code/graph.c
index 4271955f2..00d55abdb 100644
--- a/soh/src/code/graph.c
+++ b/soh/src/code/graph.c
@@ -5,7 +5,6 @@
#include <string.h>
#include "soh/Enhancements/gameconsole.h"
-#include "soh/Enhancements/debugger/debugger.h"
#define GFXPOOL_HEAD_MAGIC 0x1234
#define GFXPOOL_TAIL_MAGIC 0x5678
@@ -279,7 +278,6 @@ void Graph_Update(GraphicsContext* gfxCtx, GameState* gameState) {
GameState_ReqPadData(gameState);
GameState_Update(gameState);
- Debug_Draw();
OPEN_DISPS(gfxCtx);