summaryrefslogtreecommitdiff
path: root/beos/beos_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'beos/beos_gui.cpp')
-rw-r--r--beos/beos_gui.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/beos/beos_gui.cpp b/beos/beos_gui.cpp
index 9e3136fdb..4740668d0 100644
--- a/beos/beos_gui.cpp
+++ b/beos/beos_gui.cpp
@@ -91,7 +91,6 @@ void gui_init(int argc, char** argv);
// enable using resources instead of files
#define USE_RESOURCES 1
-bool gui_in_multitask = false;
bool replicated = false; /**< if we are running as a replicant */
char *default_stylesheet_url;
@@ -759,17 +758,6 @@ void gui_poll(bool active)
}
-void gui_multitask(void)
-{
- gui_in_multitask = true;
-#if 0 /* GTK */
- while (beos_events_pending())
- beos_main_iteration();
-#endif
- gui_in_multitask = false;
-}
-
-
void gui_quit(void)
{
CALLED();