diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-06-22 10:24:11 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-06-22 10:24:11 +0200 |
commit | 1dff52a075c6873dd53342f4094ecf904d4f9d67 (patch) | |
tree | 04ce84aadf126f8f5b2a5418faf3cfe663645d57 | |
parent | 7837013436bb28fb57cea6043542724f47fd52e4 (diff) | |
download | skyhanni-1dff52a075c6873dd53342f4094ecf904d4f9d67.tar.gz skyhanni-1dff52a075c6873dd53342f4094ecf904d4f9d67.tar.bz2 skyhanni-1dff52a075c6873dd53342f4094ecf904d4f9d67.zip |
removed dead code
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt b/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt index 6db5913a7..76e86db8a 100644 --- a/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt +++ b/src/main/java/at/hannibal2/skyhanni/data/ProfileStorageData.kt @@ -74,10 +74,6 @@ object ProfileStorageData { ConfigLoadEvent().postAndCatch() } - private fun runWorkaround() { - - } - @SubscribeEvent fun onTabListUpdate(event: TabListUpdateEvent) { if (!LorenzUtils.inSkyBlock) return |