Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AcezukyRockon authored Apr 4, 2024
1 parent e16445b commit 1fd3de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu! sheet/Source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fd3de7

Please sign in to comment.