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 năm trước cách đây
mục cha
commit
1274c25b8c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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