summaryrefslogtreecommitdiff
path: root/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'private.h')
-rw-r--r--private.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/private.h b/private.h
index 3e5a9b3..ff207e4 100644
--- a/private.h
+++ b/private.h
@@ -44,11 +44,6 @@
#define max_specified_vars (100)
#define vlen(x) (sizeof(x)/sizeof(*x))
-
-#define argi(s,d) ((ai = getenv(s)) ? atoi(ai) : (d))
-#define argf(s,d) ((ai = getenv(s)) ? atof(ai) : (d))
-#define args(s,d) ((ai = getenv(s)) ? ai : (d))
-
/* Structures for passing parameters to iteration threads */
typedef struct {
unsigned short *xform_distrib; /* Distribution of xforms based on weights */