Remove old frame dimensions from browser_window struct.

svn path=/trunk/netsurf/; revision=12750
This commit is contained in:
Michael Drake 2011-09-06 10:44:47 +00:00
parent 33ebea90d5
commit f9478a4349

View File

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