Auto merge of #18300 - emilio:die-hvp-die, r=nox

style: Remove HasViewportPercentage.

It's not needed since #18268, let's kill it.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18300)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-08-30 04:31:11 -05:00 committed by GitHub
commit 5dee83d54d
61 changed files with 73 additions and 437 deletions

View file

@ -214,7 +214,6 @@ pub enum TransitionProperty {
Unsupported(CustomIdent)
}
no_viewport_percentage!(TransitionProperty);
impl ComputedValueAsSpecified for TransitionProperty {}