changeset 2640:55857e335f55

Clean up of commented code
author Andrew L Janke <a.janke@gmail.com>
date Wed, 14 Mar 2012 07:05:21 +1000
parents 81e021d5b096
children aa328918dc06
files progs/mincmorph/mincmorph.c
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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