Remove unused Slf4j annotations and imports

This commit is contained in:
Jordan Atwood
2021-07-12 00:49:16 -07:00
parent f0b406e117
commit 1ea92b03ef
8 changed files with 0 additions and 16 deletions

View File

@@ -31,7 +31,6 @@ import java.nio.file.Files;
import java.util.ArrayList;
import java.util.List;
import joptsimple.internal.Strings;
import lombok.extern.slf4j.Slf4j;
import net.runelite.client.plugins.gpu.template.Template;
import org.junit.Assert;
import org.junit.Assume;
@@ -39,7 +38,6 @@ import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
@Slf4j
public class ShaderTest
{
@Rule