Skip to content

Commit 473a4a5

Browse files
committed
Remove obsolete code
1 parent b9a09d2 commit 473a4a5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

core/src/main/java/org/geysermc/geyser/session/auth/BedrockClientData.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,4 @@ public T read(JsonReader in) throws IOException {
177177
};
178178
}
179179
}
180-
181-
// private static final class IntToEnumDeserializer implements JsonDeserializer<Enum<?>> {
182-
// @Override
183-
// public Enum<?> deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context) throws JsonParseException {
184-
// System.out.println(typeOfT.getClass().getTypeParameters()[0]);
185-
// return DeviceOs.fromId(json.getAsInt());
186-
// }
187-
// }
188180
}

0 commit comments

Comments
 (0)