Skip to content

Commit

Permalink
refactor: remove some unused (yay)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jameskmonger committed Nov 30, 2023
1 parent ef9ca6f commit 26c19eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/runejs/client/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 81,11 @@ public class Game {
public static final SocialList ignoreList = new SocialList(100);

public static GameInterface chatboxInterface;
public static GameSocket old_updateServerSocket;
public static boolean aBoolean871 = false;
public static int modewhat = 0;
public static int modewhere = 0;
public static long lastClickTime = 0L;
public static int mouseInvInterfaceIndex = 0;
public static int old_updateServerConnectAttemptCounter = 0;
public static boolean isLoadingUpdates = true;
public static MouseCapturer mouseCapturer;
/**
Expand Down

0 comments on commit 26c19eb

Please sign in to comment.