fix warnings
All checks were successful
Linux arm64 / Build (push) Successful in 41s

This commit is contained in:
2025-02-02 23:45:22 +01:00
parent 5a1fd9ff9d
commit 78537be4e9
2 changed files with 0 additions and 3 deletions

View File

@@ -15,8 +15,6 @@ public class Fonts {
public static ImFont INFECTED;
public static ImFont EMOJIS;
private static final String baseDir = "";
public static void createFonts() {
ImFontGlyphRangesBuilder builder = new ImFontGlyphRangesBuilder();
builder.addRanges(ImGui.getIO().getFonts().getGlyphRangesDefault());

View File

@@ -2,7 +2,6 @@ package network.client;
import java.io.IOException;
import java.net.UnknownHostException;
import java.util.Random;
import common.ConsumerSignal;
import common.Signal;