Remove unused code for parsing a sizes attribute.

We have `SourceSizeList` in
components/style/values/specified/source_size_list.rs which does the job and is
tested via WPT in Gecko.
This commit is contained in:
Emilio Cobos Álvarez 2018-07-01 10:41:19 +02:00
parent 8e5c853fca
commit 36495d677f
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
6 changed files with 0 additions and 174 deletions

View file

@ -15,10 +15,6 @@ pub mod area {
pub use dom::htmlareaelement::{Area, Shape};
}
pub mod sizes {
pub use dom::htmlimageelement::{parse_a_sizes_attribute, Size};
}
pub mod size_of {
use dom::characterdata::CharacterData;
use dom::element::Element;