aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/crystfel_gui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crystfel_gui.c b/src/crystfel_gui.c
index eb13e608..b13b9b0a 100644
--- a/src/crystfel_gui.c
+++ b/src/crystfel_gui.c
@@ -907,7 +907,6 @@ static void add_button(GtkWidget *vbox, const char *label, const char *imagen,
static void add_task_buttons(GtkWidget *vbox, struct crystfelproject *proj)
{
- /* FIXME: All these icons are placeholders (GitLab #9) */
add_button(vbox, "Load data", "crystfel-load-data",
G_CALLBACK(import_sig), proj);
add_button(vbox, "Peak detection", "crystfel-peak-detection",