style: Remove now-unused empty Variables struct.

This commit is contained in:
Cameron McCormack 2017-07-28 11:57:45 +08:00
parent b1d9746041
commit 45df66f9ff
4 changed files with 2 additions and 40 deletions

View file

@ -2866,9 +2866,6 @@ extern "C" {
index: u32, name: *mut nsAString)
-> bool;
}
extern "C" {
pub fn Servo_GetEmptyVariables() -> *const nsStyleVariables;
}
extern "C" {
pub fn Gecko_CreateCSSErrorReporter(sheet: *mut ServoStyleSheet,
loader: *mut Loader, uri: *mut nsIURI)