[project @ 2005-07-27 17:54:10 by adrianl]

Remove stray log message

svn path=/import/netsurf/; revision=1827
This commit is contained in:
Adrian Lees 2005-07-27 17:54:10 +00:00
parent 8e6f1ddf42
commit 13349e1ea0

View File

@ -182,8 +182,6 @@ wimp_w ro_gui_dialog_create(const char *template_name)
/* the window definition is copied by the wimp and may be freed */
free(window);
LOG(("gui_dialog_create given handle %p", w));
return w;
}
@ -412,6 +410,7 @@ bool ro_gui_dialog_keypress(wimp_key *key)
#endif
if (key->w == dialog_zoom)
return ro_gui_zoom_keypress(key);
if (key->c == wimp_KEY_ESCAPE) {
ro_gui_dialog_close(key->w);
return true;