aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-03-24 15:32:42 +0100
committerThomas White <taw@physics.org>2021-03-25 16:16:01 +0100
commitd489df9ac6f9f76d3638121ffbe639a3c01a32de (patch)
tree89eaa5a1baf0bd20b23eca8284c3281b7ed14e96 /src
parent8c39ff0eba8265eccddcda227ff9d331ab8c559b (diff)
Fussiness
The FIXMEs have both already been fixed.
Diffstat (limited to 'src')
-rw-r--r--src/gui_peaksearch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui_peaksearch.c b/src/gui_peaksearch.c
index f8f370d4..d1319fdb 100644
--- a/src/gui_peaksearch.c
+++ b/src/gui_peaksearch.c
@@ -439,8 +439,6 @@ static void peaksearch_algo_changed(GtkWidget *combo,
ERROR("Unrecognised peak search '%s'\n", algo_id);
}
- /* FIXME: Radii */
-
gtk_widget_show_all(proj->peak_vbox);
update_peaks(proj);
update_imageview(proj);