diff options
author | Thomas White <taw@physics.org> | 2010-03-03 17:50:15 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-03 17:50:15 +0100 |
commit | 46a7ae42f1261a4aa0882af958ec93cc2e8d9610 (patch) | |
tree | 2976d88d9acce410575c32588be3bb1a8d4a91d7 /src/image.h | |
parent | 82792fbe72e2de4fa74f6bfc465159d86e59df43 (diff) |
Stabilise DirAx stuff, and remove GLib dependency
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/image.h b/src/image.h index 349e680c..413f633b 100644 --- a/src/image.h +++ b/src/image.h @@ -87,19 +87,16 @@ struct image { ImageFeatureList *rflist; /* "Predicted" features */ /* DirAx auto-indexing low-level stuff */ -#if HAVE_GLIB - GIOChannel *dirax; int dirax_pty; pid_t dirax_pid; char *dirax_rbuffer; int dirax_rbufpos; int dirax_rbuflen; - GMainLoop *dirax_ml; /* DirAx auto-indexing high-level stuff */ int dirax_step; int dirax_read_cell; -#endif + }; /* An opaque type representing a list of images */ |