diff options
author | Thomas White <taw@physics.org> | 2010-03-29 14:25:32 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-29 14:25:32 +0200 |
commit | e76906248c006dedf8217b7dee540d182d6d242b (patch) | |
tree | f48622dde4ec33d111973c7ffa03ec7b5f3b4362 /src | |
parent | f1f00b684cc6858ad62bbaf07f22f238a33138f9 (diff) |
Remove "rflist"
Diffstat (limited to 'src')
-rw-r--r-- | src/image.c | 1 | ||||
-rw-r--r-- | src/image.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/image.c b/src/image.c index d4b7fcb9..5bb47d24 100644 --- a/src/image.c +++ b/src/image.c @@ -49,7 +49,6 @@ int image_add(ImageList *list, struct image *image) /* Fill out some extra fields */ list->images[list->n_images].features = NULL; - list->images[list->n_images].rflist = NULL; list->n_images++; diff --git a/src/image.h b/src/image.h index 2885b734..e8234996 100644 --- a/src/image.h +++ b/src/image.h @@ -86,7 +86,6 @@ struct image { int height; ImageFeatureList *features; /* "Experimental" features */ - ImageFeatureList *rflist; /* "Predicted" features */ /* DirAx auto-indexing low-level stuff */ int dirax_pty; |