diff options
author | Thomas White <taw@physics.org> | 2014-04-16 13:26:41 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-04-16 13:26:41 +0200 |
commit | 7366885572b88e83bdd2f69c02770ca4410e43fa (patch) | |
tree | 56a16927c41fb87ba35c4b3fcd9b9ad1e047f8e7 | |
parent | a89978c444b8b24f60476e1ccbeb3daeeecf39da (diff) |
cell_explorer: Remove a FIXME
Won't fix this unless someone requests it
-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; |