Fix all warnings
Add and make use of Lombok Remove Mojang API Remove ZipFileUtils Remove StreamTools in favor of Apache IOUtils Keyframe should be abstract all derivatives final Replace clone in Keyframe with copy Move some constants from GuiReplaySetttings to GuiConstants
This commit is contained in:
@@ -132,10 +132,6 @@ public class VideoWriter {
|
||||
writerThread.start();
|
||||
}
|
||||
|
||||
public void setQueueLimit(int limit) {
|
||||
this.queueLimit = limit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the image to the writer queue.
|
||||
* @param image The image
|
||||
|
||||
Reference in New Issue
Block a user