From 9f787faea647e013b838dd72b47115ed2a4ba92c Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 16 Mar 2020 18:43:24 +0100 Subject: [PATCH] remove var --- client/util.h | 1 - 1 file changed, 1 deletion(-) diff --git a/client/util.h b/client/util.h index e010175a6..fb31e6013 100644 --- a/client/util.h +++ b/client/util.h @@ -23,7 +23,6 @@ uint8_t g_debugMode; uint8_t g_printAndLog; -uint8_t g_showhints; #define PRINTANDLOG_PRINT 1 #define PRINTANDLOG_LOG 2