mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 21:16:50 +03:00
Remove old frame dimensions from browser_window struct.
svn path=/trunk/netsurf/; revision=12750
This commit is contained in:
parent
33ebea90d5
commit
f9478a4349
@ -128,12 +128,6 @@ struct browser_window {
|
||||
/** Window has been resized, and content needs reformatting. */
|
||||
bool reformat_pending;
|
||||
|
||||
/** Window dimensions (to be phased out) */
|
||||
int x0;
|
||||
int y0;
|
||||
int x1;
|
||||
int y1;
|
||||
|
||||
/** Window dimensions */
|
||||
int x;
|
||||
int y;
|
||||
|
Loading…
Reference in New Issue
Block a user