aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/image.h b/src/image.h
index 1dcfdc3b..9649fe8e 100644
--- a/src/image.h
+++ b/src/image.h
@@ -94,8 +94,6 @@ struct image {
ImageFeatureList *features; /* "Experimental" features */
ImageFeatureList *rflist; /* "Predicted" features */
- UnitCell *cell;
-
/* DirAx auto-indexing low-level stuff */
GIOChannel *dirax;
int dirax_pty;
@@ -103,6 +101,7 @@ struct image {
char *dirax_rbuffer;
int dirax_rbufpos;
int dirax_rbuflen;
+ GMainLoop *dirax_ml;
/* DirAx auto-indexing high-level stuff */
int dirax_step;