some already implemented todo comments removed

This commit is contained in:
honfika@gmail.com
2015-08-14 12:41:11 +02:00
parent b67d21102b
commit 6a05d79ebe
4 changed files with 2 additions and 8 deletions

View File

@@ -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");