mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 17:15:11 +00:00
some already implemented todo comments removed
This commit is contained in:
@@ -121,11 +121,6 @@ public class MainFrameStatusPanel extends JPanel {
|
||||
}
|
||||
|
||||
public void setErrorState(ErrorState errorState) {
|
||||
if (errorNotificationButton == null) {
|
||||
// todo: honfika
|
||||
// why null?
|
||||
return;
|
||||
}
|
||||
switch (errorState) {
|
||||
case NO_ERROR:
|
||||
currentIcon = View.getIcon("okay16");
|
||||
|
||||
Reference in New Issue
Block a user