forked from j62/ctbrec
1
0
Fork 0

Remove outdated comment

This commit is contained in:
0xboobface 2018-12-16 20:31:09 +01:00
parent 910d21463a
commit d1cf6a681b
1 changed files with 0 additions and 1 deletions

View File

@ -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