From cab0e4c6c5420e6253bce50127a0c70fb0cd0552 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 15 Feb 2015 15:50:59 +0100 Subject: Improve command line interface Initial arguments-based cli, replacing the three tools -animate, -genome and -render with just one. Still need to get rid of most calls to getenv. --- private.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'private.h') diff --git a/private.h b/private.h index ae026f5..3e5a9b3 100644 --- a/private.h +++ b/private.h @@ -49,8 +49,6 @@ #define argf(s,d) ((ai = getenv(s)) ? atof(ai) : (d)) #define args(s,d) ((ai = getenv(s)) ? ai : (d)) -void docstring(); - /* Structures for passing parameters to iteration threads */ typedef struct { unsigned short *xform_distrib; /* Distribution of xforms based on weights */ -- cgit v1.2.3