summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-13 01:18:19 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-13 01:18:19 +0100
commitbfc7552d8dcc0c737c8282280c4a3f71cf58aed4 (patch)
tree9cae952ac46a45743aebbf4a47f8f7ce77070bd4 /beos
parentd0655bafc26d30f0e792202ff452907a5ff193d1 (diff)
downloadnetsurf-bfc7552d8dcc0c737c8282280c4a3f71cf58aed4.tar.gz
netsurf-bfc7552d8dcc0c737c8282280c4a3f71cf58aed4.tar.bz2
remove netsurf_poll callback and netsurf main loop
Diffstat (limited to 'beos')
-rw-r--r--beos/gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/beos/gui.cpp b/beos/gui.cpp
index 695ab8d21..f957f735d 100644
--- a/beos/gui.cpp
+++ b/beos/gui.cpp
@@ -980,7 +980,6 @@ static struct gui_fetch_table beos_fetch_table = {
};
static struct gui_browser_table beos_browser_table = {
- NULL, //nsbeos_gui_poll,
beos_schedule,
gui_quit,
gui_launch_url,