Преглед на файлове

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 години
родител
ревизия
51e1b3c5d1
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  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 *b;
 	struct Flag *r;
 	struct Flag *r;
 	struct Flag *s;
 	struct Flag *s;
-	struct Flag *c;
     } flag;
     } flag;
 
 
     /* options and flags */
     /* options and flags */
@@ -255,9 +254,6 @@ int main(int argc, char **argv)
     flag.s->key = 's';
     flag.s->key = 's';
     flag.s->description = _("Font size is height in pixels");
     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 */
     /* check command line */
     if (G_parser(argc, argv))
     if (G_parser(argc, argv))