diff options
-rw-r--r-- | src/cell_explorer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cell_explorer.c b/src/cell_explorer.c index ea347f62..b0ccf12b 100644 --- a/src/cell_explorer.c +++ b/src/cell_explorer.c @@ -883,8 +883,6 @@ static gint fit_sig(GtkWidget *widget, CellWindow *w) if ( w->hist_be->show_sel ) fit_param(w->hist_be); if ( w->hist_ga->show_sel ) fit_param(w->hist_ga); - /* FIXME: If all six worked, show values in cut+paste window */ - redraw_all(w); return TRUE; |