summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--riscos/theme.c2
-rw-r--r--riscos/window.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/riscos/theme.c b/riscos/theme.c
index bee887e6d..0fef10376 100644
--- a/riscos/theme.c
+++ b/riscos/theme.c
@@ -19,7 +19,6 @@
#include "netsurf/riscos/gui.h"
#include "netsurf/riscos/theme.h"
#include "netsurf/utils/utils.h"
-#include "netsurf/utils/log.h"
static wimp_window *theme_toolbar_template = 0;
static osspriteop_area *theme_sprite_area = 0;
@@ -99,7 +98,6 @@ void ro_theme_load(char *pathname)
theme_throbs = n;
}
}
- LOG(("theme_throbs: %d", theme_throbs));
}
diff --git a/riscos/window.c b/riscos/window.c
index baf529521..ddee5cedf 100644
--- a/riscos/window.c
+++ b/riscos/window.c
@@ -447,7 +447,6 @@ void ro_gui_throb(void)
g->throbber++;
if ((unsigned int)g->throbber > theme_throbs)
g->throbber = 0;
- LOG(("g->throbber: %d", g->throbber));
sprintf(g->throb_buf, "throbber%u", g->throbber);
wimp_set_icon_state(g->data.browser.toolbar,
ICON_TOOLBAR_THROBBER, 0, 0);