# HG changeset patch # User Andrew L Janke # Date 1331672721 -36000 # Node ID 55857e335f5500e362bdec8e33786f03867097a8 # Parent 81e021d5b096761edf5c8cb98ca7868fb0796732 Clean up of commented code diff --git a/progs/mincmorph/mincmorph.c b/progs/mincmorph/mincmorph.c --- a/progs/mincmorph/mincmorph.c +++ b/progs/mincmorph/mincmorph.c @@ -34,7 +34,6 @@ char *get_real_from_string(char *string, double *value); char *get_string_from_string(char *string, char **value); void calc_volume_range(VIO_Volume * vol, double *min, double *max); -/* void print_version_info(void);*/ /* kernel names for pretty output */ char *KERN_names[] = { "NULL", "2D04", "2D08", "3D06", "3D26" }; @@ -94,8 +93,6 @@ ArgvInfo argTable[] = { {NULL, ARGV_HELP, (char *)NULL, (char *)NULL, "General options:"}, -/* {"-version", ARGV_FUNC, (char *)print_version_info, (char *)NULL, - "print version info and exit"},*/ {"-verbose", ARGV_CONSTANT, (char *)TRUE, (char *)&verbose, "be verbose"}, {"-clobber", ARGV_CONSTANT, (char *)TRUE, (char *)&clobber, @@ -737,12 +734,3 @@ fprintf(stdout, "Found range of [%g:%g]\n", *min, *max); } } - -/* void print_version_info(void) - { - fprintf(stdout, "%s version %s\n", PACKAGE, VERSION); - fprintf(stdout, "Comments to %s\n", PACKAGE_BUGREPORT); - fprintf(stdout, "\n"); - exit(EXIT_SUCCESS); - } -*/ \ No newline at end of file