diff options
author | Thomas White <taw@physics.org> | 2020-05-25 15:01:58 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:42:57 +0200 |
commit | aab8403884c4731f7365796de8f53315f4a61616 (patch) | |
tree | 6a7bc45b52c7943220c71de07caba9c681b2567d /src/partialator.c | |
parent | 23ea67dc03ac19f7a1457ecfdc8d5ee9cac68632 (diff) |
Get rid of imagefile_field_list and stuff_from_stream
The only place this is used is in geoptimiser, to get the
average_camera_length, itself a very bad solution.
Diffstat (limited to 'src/partialator.c')
-rw-r--r-- | src/partialator.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/partialator.c b/src/partialator.c index 47a752b0..032eb0d9 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -1389,9 +1389,6 @@ int main(int argc, char *argv[]) return 1; } - free_stuff_from_stream(cur.stuff_from_stream); - cur.stuff_from_stream = NULL; - for ( i=0; i<cur.n_crystals; i++ ) { Crystal *cr; |