Remove outdated comment
This commit is contained in:
parent
910d21463a
commit
d1cf6a681b
|
@ -93,7 +93,6 @@ public class OS {
|
|||
} else if(OS.getOsType() == OS.TYPE.WINDOWS) {
|
||||
notifyWindows(title, header, msg);
|
||||
} else if(OS.getOsType() == OS.TYPE.MAC) {
|
||||
// TODO find out, if it makes a sound or if we have to play a sound
|
||||
notifyMac(title, header, msg);
|
||||
} else {
|
||||
// unknown system, try systemtray notification anyways
|
||||
|
|
Loading…
Reference in New Issue