aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/detector.h')
-rw-r--r--libcrystfel/src/detector.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h
index bbdeeaed..cf838726 100644
--- a/libcrystfel/src/detector.h
+++ b/libcrystfel/src/detector.h
@@ -64,15 +64,6 @@ struct rigid_group
char *name;
struct panel **panels;
int n_panels;
-
- /* Updates to panel position calculated during integration */
- double d_fsx;
- double d_ssx;
- double d_cnx;
- double d_fsy;
- double d_ssy;
- double d_cny;
- int have_deltas;
};