From 356f2e554b9f0777eaa216684896a95a0d67b326 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 14 Jan 2011 17:09:31 +0100 Subject: Get DirAx stuff out of "struct image" --- src/image.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/image.h') 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 */ -- cgit v1.2.3