aboutsummaryrefslogtreecommitdiff
path: root/src/pattern_sim.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-02-24 14:05:30 +0100
committerThomas White <taw@physics.org>2012-02-24 14:05:30 +0100
commit4f3cc1d9d9732b413009bafb30941809102492fb (patch)
treef207ead0670692fbcd3d8ee571d128f73c30a30b /src/pattern_sim.c
parent77aa89c814cc73dca0dd977910c959bdc8ae0e78 (diff)
Remove I0 stuff
Nothing used it, and it can't really be useful for anything. Use 'osf' instead.
Diffstat (limited to 'src/pattern_sim.c')
-rw-r--r--src/pattern_sim.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c
index 56ac25a9..634399c2 100644
--- a/src/pattern_sim.c
+++ b/src/pattern_sim.c
@@ -555,8 +555,6 @@ int main(int argc, char *argv[])
image.filename = NULL;
image.features = NULL;
image.flags = NULL;
- image.i0 = 1.0;
- image.i0_available = 1;
powder = calloc(image.width*image.height, sizeof(*powder));