mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 17:23:09 +03:00
Delete commented out code.
svn path=/trunk/netsurf/; revision=12500
This commit is contained in:
parent
12be95517e
commit
0bc058df5c
@ -2310,10 +2310,6 @@ bool ro_gui_window_handle_local_keypress(struct gui_window *g, wimp_key *key,
|
||||
scale = scale_snap_to[SCALE_SNAP_TO_SIZE - 1];
|
||||
if (g->bw->scale != scale) {
|
||||
browser_window_set_scale(g->bw, scale, true);
|
||||
// g->reformat_pending = true;
|
||||
// if ((h) && (content_get_type(h) != CONTENT_HTML))
|
||||
// browser_window_update(g->bw, false);
|
||||
// browser_reformat_pending = true;
|
||||
}
|
||||
return true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user