From d194cd96b4afa889bc2e585bc4d1267bcbea7b1c Mon Sep 17 00:00:00 2001 From: djhworld Date: Sat, 15 Sep 2012 23:21:07 +0100 Subject: [PATCH] Removed useless comments --- std/process.d | 3 --- 1 file changed, 3 deletions(-) diff --git a/std/process.d b/std/process.d index 2d1ec8595..26f96c976 100644 --- a/std/process.d +++ b/std/process.d @@ -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;