Index: Source/core/rendering/style/RenderStyleConstants.h |
diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h |
index 9499fe6187f41af65010e03adf8d15c7eba574ec..3e40eb369f2bd65c0e434e9cd1921dd4fb37c148 100644 |
--- a/Source/core/rendering/style/RenderStyleConstants.h |
+++ b/Source/core/rendering/style/RenderStyleConstants.h |
@@ -339,10 +339,6 @@ enum TextAlignLast { |
TextAlignLastAuto, TextAlignLastStart, TextAlignLastEnd, TextAlignLastLeft, TextAlignLastRight, TextAlignLastCenter, TextAlignLastJustify |
}; |
-enum TextJustify { |
- TextJustifyAuto, TextJustifyNone, TextJustifyInterWord, TextJustifyDistribute |
-}; |
- |
enum TextUnderlinePosition { |
// FIXME: Implement support for 'under left' and 'under right' values. |
TextUnderlinePositionAuto, |