From 46a7ae42f1261a4aa0882af958ec93cc2e8d9610 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 3 Mar 2010 17:50:15 +0100 Subject: Stabilise DirAx stuff, and remove GLib dependency --- src/image.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/image.h') 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 */ -- cgit v1.2.3