Browse Source

d.mon: remove redundant comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63427 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 years ago
parent
commit
1274c25b8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      display/d.mon/start.c

+ 1 - 1
display/d.mon/start.c

@@ -132,7 +132,7 @@ int start_mon(const char *name, const char *output, int select,
     if (select)
 	G_setenv("MONITOR", name);
     
-    if (strncmp(name, "wx", 2) == 0) /* use G_strncasecmp() instead */
+    if (strncmp(name, "wx", 2) == 0) 
 	start_wx(name, tempfile, env_value, cmd_value, 
 		 width, height);
     else