mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +03:00
fixup some empty logging calls in atari hotlist code
This commit is contained in:
parent
9e1622a679
commit
822493af0d
@ -72,13 +72,13 @@ static struct atari_treeview_callbacks atari_hotlist_treeview_callbacks = {
|
|||||||
static nserror atari_hotlist_init_phase2(struct core_window *cw,
|
static nserror atari_hotlist_init_phase2(struct core_window *cw,
|
||||||
struct core_window_callback_table *cb_t)
|
struct core_window_callback_table *cb_t)
|
||||||
{
|
{
|
||||||
LOG("");
|
LOG("cw:%p", cw);
|
||||||
return(hotlist_init(cb_t, cw, hl.path));
|
return(hotlist_init(cb_t, cw, hl.path));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void atari_hotlist_finish(struct core_window *cw)
|
static void atari_hotlist_finish(struct core_window *cw)
|
||||||
{
|
{
|
||||||
LOG("");
|
LOG("cw:%p", cw);
|
||||||
hotlist_fini(hl.path);
|
hotlist_fini(hl.path);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -123,7 +123,7 @@ static short handle_event(GUIWIN *win, EVMULT_OUT *ev_out, short msg[8])
|
|||||||
GRECT tb_area;
|
GRECT tb_area;
|
||||||
GUIWIN * gemtk_win;
|
GUIWIN * gemtk_win;
|
||||||
|
|
||||||
LOG("");
|
LOG("gw:%p", win);
|
||||||
|
|
||||||
tv = (struct atari_treeview_window*) gemtk_wm_get_user_data(win);
|
tv = (struct atari_treeview_window*) gemtk_wm_get_user_data(win);
|
||||||
cw = (struct core_window *)tv;
|
cw = (struct core_window *)tv;
|
||||||
|
Loading…
Reference in New Issue
Block a user