mirror of
https://github.com/dlang/phobos.git
synced 2025-05-05 01:20:40 +03:00
Removed useless comments
This commit is contained in:
parent
eff38348a3
commit
d194cd96b4
1 changed files with 0 additions and 3 deletions
|
@ -770,9 +770,6 @@ else version (OSX)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//browser = "/Applications/Safari.app/Contents/MacOS/Safari";
|
|
||||||
//args[1] = "-a".ptr;
|
|
||||||
//args[2] = "/Applications/Safari.app".ptr;
|
|
||||||
args[0] = "open".ptr;
|
args[0] = "open".ptr;
|
||||||
args[1] = toStringz(url);
|
args[1] = toStringz(url);
|
||||||
args[2] = null;
|
args[2] = null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue