Skip to content

Commit

Permalink
removed old code
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsakonas committed Dec 9, 2020
1 parent f957958 commit aad321c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/main/java/ntsakonas/retro/chipate/ConsoleInput.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,6 @@ public static Scanner getInput() {
return inputScanner;
}

/*
public synchronized byte getKeyPressed()
{
if (getInput().hasNext())
{
System.out.println("K="+getInput().nextInt());
}
return 0;
}
public byte waitForKey()
{
return 0;
}
*/
@Override
public char getKey() {
return 0;
Expand Down

0 comments on commit aad321c

Please sign in to comment.