aboutsummaryrefslogtreecommitdiff
path: root/src/gui_peaksearch.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-02-26 15:58:18 +0100
committerThomas White <taw@physics.org>2021-02-26 15:58:18 +0100
commitab1591885a44b675a1301d88b041e261a36f7c36 (patch)
tree028b9630b07d444dbe4a8dc924c60dadf28c1b78 /src/gui_peaksearch.c
parentadcea8ed5e4ca28e440448ed95e8a643a1286fb0 (diff)
Remove unused variables
Diffstat (limited to 'src/gui_peaksearch.c')
-rw-r--r--src/gui_peaksearch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui_peaksearch.c b/src/gui_peaksearch.c
index 37972e72..069619b5 100644
--- a/src/gui_peaksearch.c
+++ b/src/gui_peaksearch.c
@@ -444,7 +444,6 @@ gint peaksearch_sig(GtkWidget *widget, struct crystfelproject *proj)
GtkWidget *hbox;
GtkWidget *label;
GtkWidget *combo;
- GtkWidget *w;
if ( proj->peak_params != NULL ) return FALSE;