Removed useless comments

This commit is contained in:
djhworld 2012-09-15 23:21:07 +01:00
parent eff38348a3
commit d194cd96b4

View file

@ -770,9 +770,6 @@ else version (OSX)
}
else
{
//browser = "/Applications/Safari.app/Contents/MacOS/Safari";
//args[1] = "-a".ptr;
//args[2] = "/Applications/Safari.app".ptr;
args[0] = "open".ptr;
args[1] = toStringz(url);
args[2] = null;