diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-06-27 20:31:29 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-06-27 20:31:29 -0400 |
commit | a0fdebfbc57e9efadf2ff9a8af2c08f28d10089a (patch) | |
tree | 879ae45f20f1f49c569f2ac3911dac479f0592b0 /dpi | |
parent | ef3742502d706dccb45f4eb1a43b8e2a51a15217 (diff) |
Replaced fl_input() with a custom dialog
* avoids sound bell, allows customization (e.g. widgets, keyboard)
Diffstat (limited to 'dpi')
-rw-r--r-- | dpi/downloads.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dpi/downloads.cc b/dpi/downloads.cc index 46e847ff..88ac1f90 100644 --- a/dpi/downloads.cc +++ b/dpi/downloads.cc @@ -31,7 +31,6 @@ #include <FL/Fl.H> #include <FL/fl_draw.H> -#include <FL/fl_ask.H> #include <FL/Fl_File_Chooser.H> #include <FL/Fl_Window.H> #include <FL/Fl_Widget.H> |