summaryrefslogtreecommitdiff
path: root/frontends/amiga
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-11-11 16:58:17 +0000
committerVincent Sanders <vince@kyllikki.org>2019-11-11 16:59:28 +0000
commitdae0ff3d26d92af373d69f834573d114504c2fe6 (patch)
tree9078d3ebbe0956cb0b56fafa78bdc8dbb79c7d59 /frontends/amiga
parent0e16c01cdcc3481eea85bcb152afcf0b519954d5 (diff)
downloadnetsurf-dae0ff3d26d92af373d69f834573d114504c2fe6.tar.gz
netsurf-dae0ff3d26d92af373d69f834573d114504c2fe6.tar.bz2
remove warning callback from miscelaneous function table
Diffstat (limited to 'frontends/amiga')
-rw-r--r--frontends/amiga/gui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c
index 995ec4c4d..5384ffec4 100644
--- a/frontends/amiga/gui.c
+++ b/frontends/amiga/gui.c
@@ -6368,7 +6368,6 @@ static struct gui_search_web_table amiga_search_web_table = {
static struct gui_misc_table amiga_misc_table = {
.schedule = ami_schedule,
- .warning = amiga_warn_user,
.quit = gui_quit,
.launch_url = gui_launch_url,