| 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 84aca45abca38cf78305fc9c21560b2eaa22437c..80904be362e91cd941a3325e271a2e47292423dd 100644
|
| --- a/sky/engine/core/rendering/style/RenderStyleConstants.h
|
| +++ b/sky/engine/core/rendering/style/RenderStyleConstants.h
|
| @@ -71,10 +71,6 @@ enum EVerticalAlign {
|
| TEXT_BOTTOM, TOP, BOTTOM, BASELINE_MIDDLE, LENGTH
|
| };
|
|
|
| -enum ETableLayout {
|
| - TAUTO, TFIXED
|
| -};
|
| -
|
| enum EFillAttachment {
|
| LocalBackgroundAttachment, FixedBackgroundAttachment
|
| };
|
|
|