[project @ 2004-01-05 12:41:24 by jmb]

Remove logging macros

svn path=/import/netsurf/; revision=486
This commit is contained in:
John Mark Bell 2004-01-05 12:41:24 +00:00
parent 528ac58519
commit 413683371b
2 changed files with 0 additions and 3 deletions

View File

@ -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));
}

View File

@ -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);