aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-01-14 17:09:31 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:10 +0100
commit356f2e554b9f0777eaa216684896a95a0d67b326 (patch)
tree10bcb0e4011bd782ad49f718d33ddd118c268739 /src/image.h
parentd48f637f899400e32b8d63268a06065103b31396 (diff)
Get DirAx stuff out of "struct image"
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/image.h b/src/image.h
index 078231a0..9c0e6e47 100644
--- a/src/image.h
+++ b/src/image.h
@@ -115,21 +115,6 @@ struct image {
ImageFeatureList *features;
- /* DirAx auto-indexing low-level stuff */
- int dirax_pty;
- pid_t dirax_pid;
- char *dirax_rbuffer;
- int dirax_rbufpos;
- int dirax_rbuflen;
-
- /* DirAx auto-indexing high-level stuff */
- int dirax_step;
- int dirax_read_cell;
- int best_acl;
- int best_acl_nh;
- int acls_tried[MAX_CELL_CANDIDATES];
- int n_acls_tried;
-
};
/* An opaque type representing a list of images */