Remove reference to oblique

We removed this value from the engine because it's not useful.
This commit is contained in:
Adam Barth 2015-09-17 11:19:24 -07:00
parent 7064551a45
commit 6d78b0501a

View File

@ -183,7 +183,6 @@ class TextStyle {
cssStyle['font-style'] = const { cssStyle['font-style'] = const {
FontStyle.normal: 'normal', FontStyle.normal: 'normal',
FontStyle.italic: 'italic', FontStyle.italic: 'italic',
FontStyle.oblique: 'oblique',
}[fontStyle]; }[fontStyle];
} }
if (decoration != null) { if (decoration != null) {