From 1fd3de732968669ffd71424fef82a3f5f40ebb2a Mon Sep 17 00:00:00 2001 From: rock-on <36922874+AcezukyRockon@users.noreply.github.com> Date: Thu, 4 Apr 2024 22:12:53 +0700 Subject: [PATCH] Remove unused variable --- osu! sheet/Source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu! sheet/Source.cpp b/osu! sheet/Source.cpp index 5536bfe..a5c800f 100644 --- a/osu! sheet/Source.cpp +++ b/osu! sheet/Source.cpp @@ -20,7 +20,7 @@ int main() { int dem = 1, // this is important for User Interfact dem2 = 1, // this is for CodingStuff menu only ASCIIValue; // this is for key input - char key, keyfirst; // this is for key input + char key; // this is for key input bool disable = false, disablefirst = true; // this is for key input a->NoCursorType(); // Hide console cursor