summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-13 21:52:08 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-13 21:52:08 +0000
commit79e501075a0c301f435cf579518900e393be6fbf (patch)
tree2a75077894650e493c95d1062cc4945980985309 /beos
parent9fde3502b659d3858cd1978d2c6535c57efbe924 (diff)
downloadnetsurf-79e501075a0c301f435cf579518900e393be6fbf.tar.gz
netsurf-79e501075a0c301f435cf579518900e393be6fbf.tar.bz2
make the form select menu API smaller.
By hiding all but the form selection menu option structure from code outside of render this reduces the API to the absolute minimum to support this feature.
Diffstat (limited to 'beos')
-rw-r--r--beos/gui.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/beos/gui.cpp b/beos/gui.cpp
index 7c0a3c6f2..6447fd9e9 100644
--- a/beos/gui.cpp
+++ b/beos/gui.cpp
@@ -65,7 +65,6 @@ extern "C" {
#include "desktop/gui_search.h"
#include "desktop/gui_fetch.h"
#include "desktop/netsurf.h"
-#include "render/form.h"
}
@@ -102,9 +101,6 @@ BWindow *wndTooltip;
//beosLabel *labelTooltip;
BFilePanel *wndOpenFile;
-//static beosWidget *select_menu;
-static struct form_control *select_menu_control;
-
static thread_id sBAppThreadID;
static BMessage *gFirstRefsReceived = NULL;