diff options
author | Thomas White <taw@physics.org> | 2010-03-26 16:23:21 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-26 16:23:21 +0100 |
commit | 6a2ebece241fd5d1a82787b446d8eb7b273ae97e (patch) | |
tree | 4e60ef94a90351bbf2439b29fbc3284b8176e9a4 /src/get_hkl.c | |
parent | 6a9811f69425e47b061f4987970681dbbf27a2bd (diff) |
Don't try to render PDBs, part II: remove "molecule" from "struct image".
Diffstat (limited to 'src/get_hkl.c')
-rw-r--r-- | src/get_hkl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/get_hkl.c b/src/get_hkl.c index 29ff0786..5e5331b4 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -110,8 +110,6 @@ int main(int argc, char *argv[]) char *output = NULL; unsigned int *counts; signed int h, k, l; - FILE *fh; - char *rval; /* Long options */ const struct option longopts[] = { |