forked from j62/ctbrec
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) {
|
} else if(OS.getOsType() == OS.TYPE.WINDOWS) {
|
||||||
notifyWindows(title, header, msg);
|
notifyWindows(title, header, msg);
|
||||||
} else if(OS.getOsType() == OS.TYPE.MAC) {
|
} 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);
|
notifyMac(title, header, msg);
|
||||||
} else {
|
} else {
|
||||||
// unknown system, try systemtray notification anyways
|
// unknown system, try systemtray notification anyways
|
||||||
|
|
Loading…
Reference in New Issue