summaryrefslogtreecommitdiff
path: root/amiga/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/theme.c')
-rw-r--r--amiga/theme.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/amiga/theme.c b/amiga/theme.c
index 9ea4e56bd..d71421f48 100644
--- a/amiga/theme.c
+++ b/amiga/theme.c
@@ -401,7 +401,6 @@ void gui_window_start_throbber(struct gui_window *g)
if(!g) return;
if(option_kiosk_mode) return;
- if(g->shared->bw->browser_window_type != BROWSER_WINDOW_NORMAL) return;
if(g->tab_node && (g->shared->tabs > 1))
{
@@ -432,7 +431,6 @@ void gui_window_stop_throbber(struct gui_window *g)
if(!g) return;
if(option_kiosk_mode) return;
- if(g->shared->bw->browser_window_type != BROWSER_WINDOW_NORMAL) return;
if(g->tab_node && (g->shared->tabs > 1))
{