From 6d78b0501a2377f44fb19d24e32b1a5a6bbb58a3 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Thu, 17 Sep 2015 11:19:24 -0700 Subject: [PATCH] Remove reference to oblique We removed this value from the engine because it's not useful. --- packages/flutter/lib/src/painting/text_style.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/flutter/lib/src/painting/text_style.dart b/packages/flutter/lib/src/painting/text_style.dart index 021da2278c..617778c213 100644 --- a/packages/flutter/lib/src/painting/text_style.dart +++ b/packages/flutter/lib/src/painting/text_style.dart @@ -183,7 +183,6 @@ class TextStyle { cssStyle['font-style'] = const { FontStyle.normal: 'normal', FontStyle.italic: 'italic', - FontStyle.oblique: 'oblique', }[fontStyle]; } if (decoration != null) {