| Index: sky/engine/core/rendering/style/RenderStyleConstants.h
|
| diff --git a/sky/engine/core/rendering/style/RenderStyleConstants.h b/sky/engine/core/rendering/style/RenderStyleConstants.h
|
| index ac3bcfd8313909c1fac6dd857861a50ca4a65caa..358c1c86b66ebd75e2f38ebbd4c49d06ea3429a4 100644
|
| --- a/sky/engine/core/rendering/style/RenderStyleConstants.h
|
| +++ b/sky/engine/core/rendering/style/RenderStyleConstants.h
|
| @@ -108,10 +108,6 @@ enum ETableLayout {
|
| TAUTO, TFIXED
|
| };
|
|
|
| -enum TextCombine {
|
| - TextCombineNone, TextCombineHorizontal
|
| -};
|
| -
|
| enum EFillAttachment {
|
| ScrollBackgroundAttachment, LocalBackgroundAttachment, FixedBackgroundAttachment
|
| };
|
|
|