checkstyle

This commit is contained in:
ThatGamerBlue
2021-02-11 23:11:19 +00:00
parent 4521f9e032
commit 99b87caaba
2 changed files with 0 additions and 5 deletions

View File

@@ -25,7 +25,6 @@
package com.openosrs.client.game;
import com.google.inject.Inject;
import java.io.IOException;
import javax.inject.Singleton;
import javax.sound.sampled.AudioFormat;
@@ -37,9 +36,6 @@ import javax.sound.sampled.FloatControl;
import javax.sound.sampled.LineUnavailableException;
import javax.sound.sampled.SourceDataLine;
import javax.sound.sampled.UnsupportedAudioFileException;
import net.runelite.client.config.RuneLiteConfig;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@Singleton
public class SoundManager