aboutsummaryrefslogtreecommitdiff
path: root/src/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/control.h')
-rw-r--r--src/control.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/control.h b/src/control.h
index a311b09..7de8025 100644
--- a/src/control.h
+++ b/src/control.h
@@ -48,6 +48,7 @@ typedef struct cctx_struct {
InputFileType inputfiletype;
PeakSearchMode psmode;
unsigned int prealign;
+ unsigned int finecentering;
unsigned int have_centres;
/* Input filename */
@@ -84,8 +85,7 @@ typedef struct cctx_struct {
/* GTK bits */
GtkWidget *combo_peaksearch;
GtkWidget *checkbox_prealign;
- GtkWidget *checkbox_savecache;
- GtkWidget *checkbox_dirax;
+ GtkWidget *checkbox_finecentering;
GtkWidget *cache_file_selector;
/* IPR stuff */