From 413683371bd8c60b30bac21e182f4c0652ab13ef Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 5 Jan 2004 12:41:24 +0000 Subject: [project @ 2004-01-05 12:41:24 by jmb] Remove logging macros svn path=/import/netsurf/; revision=486 --- riscos/theme.c | 2 -- riscos/window.c | 1 - 2 files changed, 3 deletions(-) (limited to 'riscos') 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); -- cgit v1.2.3