Browse Source

drop compatibility flag with removed grass 6 module feature

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57590 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 11 years ago
parent
commit
51e1b3c5d1
1 changed files with 0 additions and 4 deletions
  1. 0 4
      display/d.text/main.c

+ 0 - 4
display/d.text/main.c

@@ -101,7 +101,6 @@ int main(int argc, char **argv)
 	struct Flag *b;
 	struct Flag *r;
 	struct Flag *s;
-	struct Flag *c;
     } flag;
 
     /* options and flags */
@@ -255,9 +254,6 @@ int main(int argc, char **argv)
     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))