diff options
author | Thomas White <taw@physics.org> | 2021-02-26 15:58:18 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-02-26 15:58:18 +0100 |
commit | ab1591885a44b675a1301d88b041e261a36f7c36 (patch) | |
tree | 028b9630b07d444dbe4a8dc924c60dadf28c1b78 /src/gui_index.c | |
parent | adcea8ed5e4ca28e440448ed95e8a643a1286fb0 (diff) |
Remove unused variables
Diffstat (limited to 'src/gui_index.c')
-rw-r--r-- | src/gui_index.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui_index.c b/src/gui_index.c index 4e4e2dff..d3217f54 100644 --- a/src/gui_index.c +++ b/src/gui_index.c @@ -563,7 +563,6 @@ static void run_indexing_once(struct crystfelproject *proj) static void index_one_response_sig(GtkWidget *dialog, gint resp, struct crystfelproject *proj) { - GtkWidget *w; if ( resp == GTK_RESPONSE_OK ) { gtk_combo_box_set_active(GTK_COMBO_BOX(proj->results_combo), |