mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1201569 - Remove unused fields. r=snorp
This commit is contained in:
parent
5a2e205212
commit
f6fec4cdc7
@ -325,10 +325,6 @@ const kStateActive = 0x00000001; // :active pseudoclass for elements
|
||||
|
||||
const kXLinkNamespace = "http://www.w3.org/1999/xlink";
|
||||
|
||||
const kDefaultCSSViewportWidth = 980;
|
||||
|
||||
const kViewportRemeasureThrottle = 500;
|
||||
|
||||
function fuzzyEquals(a, b) {
|
||||
return (Math.abs(a - b) < 1e-6);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user