aboutsummaryrefslogtreecommitdiff
path: root/dpi/downloads.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dpi/downloads.cc')
-rw-r--r--dpi/downloads.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/dpi/downloads.cc b/dpi/downloads.cc
index 4c7162a7..6d55fa4c 100644
--- a/dpi/downloads.cc
+++ b/dpi/downloads.cc
@@ -1029,9 +1029,6 @@ void DLWin::del(int n_item)
// Remove the widget from the packed group
mPG->remove(dl_item->get_widget());
- // WORKAROUND: without this call FLTK2 doesn't clear the background.
- mScroll->redraw();
-
mDList->del(n_item);
delete(dl_item);
}