summaryrefslogtreecommitdiff
path: root/private.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-02-15 15:50:59 +0100
committerLars-Dominik Braun <lars@6xq.net>2015-05-02 21:36:45 +0200
commitcab0e4c6c5420e6253bce50127a0c70fb0cd0552 (patch)
treee038335632d9a1d82953a22df82a7d11a5fe78c5 /private.h
parent4da1dba32961da1b0a690bf629233b6ba29921ae (diff)
downloadpucket-cab0e4c6c5420e6253bce50127a0c70fb0cd0552.tar.gz
pucket-cab0e4c6c5420e6253bce50127a0c70fb0cd0552.tar.bz2
pucket-cab0e4c6c5420e6253bce50127a0c70fb0cd0552.zip
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.
Diffstat (limited to 'private.h')
-rw-r--r--private.h2
1 files changed, 0 insertions, 2 deletions
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 */