summaryrefslogtreecommitdiff
path: root/frontends/windows
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/windows
parent0e16c01cdcc3481eea85bcb152afcf0b519954d5 (diff)
downloadnetsurf-dae0ff3d26d92af373d69f834573d114504c2fe6.tar.gz
netsurf-dae0ff3d26d92af373d69f834573d114504c2fe6.tar.bz2
remove warning callback from miscelaneous function table
Diffstat (limited to 'frontends/windows')
-rw-r--r--frontends/windows/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontends/windows/main.c b/frontends/windows/main.c
index e36ae2c31..54e0249a8 100644
--- a/frontends/windows/main.c
+++ b/frontends/windows/main.c
@@ -310,7 +310,6 @@ static nserror nsw32_messages_init(char **respaths)
static struct gui_misc_table win32_misc_table = {
.schedule = win32_schedule,
- .warning = win32_warning,
};
/**