From a6f9e5e99cc7c7ec70e70f82a3e8b338fdd9ba59 Mon Sep 17 00:00:00 2001 From: Vincent Pelletier Date: Sat, 29 Oct 2022 00:12:19 +0000 Subject: [PATCH] GBA.ino: Get rid of unused global --- Cart_Reader/GBA.ino | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cart_Reader/GBA.ino b/Cart_Reader/GBA.ino index a824096..0640b4b 100644 --- a/Cart_Reader/GBA.ino +++ b/Cart_Reader/GBA.ino @@ -3,11 +3,6 @@ //****************************************** #ifdef enable_GBX -/****************************************** - Variables - *****************************************/ -boolean readType; - /****************************************** Menu *****************************************/