forked from WorldStarHipHopX/playforia
-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete unused code from com.aapeli package
This deletes ~7400 lines of unused code, making the project easier to reason about and develop. Almost all of these classes are never referenced in code accessible by the minigolf client, with two exceptions: - Product is referenced in AApplet.java in some methods that are never called; these methods were also removed - AutoPopups.java references Class85, however the field storing an instance is never initialized so it's always null. This field was removed.
- Loading branch information
Showing
63 changed files
with
0 additions
and
7,411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.