Index: Source/core/rendering/style/RenderStyleConstants.h |
diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h |
index 185122c5bb5b6d30cb7ace4625b9918e6c42ee09..3ca7837777542c20a4e504beb816174b0ea3f743 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, |