[GRASS-SVN] r57590 - grass/trunk/display/d.text

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 3 14:07:58 PDT 2013


Author: hamish
Date: 2013-09-03 14:07:58 -0700 (Tue, 03 Sep 2013)
New Revision: 57590

Modified:
   grass/trunk/display/d.text/main.c
Log:
drop compatibility flag with removed grass 6 module feature

Modified: grass/trunk/display/d.text/main.c
===================================================================
--- grass/trunk/display/d.text/main.c	2013-09-03 17:00:46 UTC (rev 57589)
+++ grass/trunk/display/d.text/main.c	2013-09-03 21:07:58 UTC (rev 57590)
@@ -101,7 +101,6 @@
 	struct Flag *b;
 	struct Flag *r;
 	struct Flag *s;
-	struct Flag *c;
     } flag;
 
     /* options and flags */
@@ -255,9 +254,6 @@
     flag.s->key = 's';
     flag.s->description = _("Font size is height in pixels");
 
-    flag.c = G_define_flag();
-    flag.c->key = 'c';
-    flag.c->description = _("Ignored (compatibility with d.text.freetype)");
 
     /* check command line */
     if (G_parser(argc, argv))



More information about the grass-commit mailing list