summaryrefslogtreecommitdiff
path: root/core/fxcrt/css/cfx_cssdatatable.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/css/cfx_cssdatatable.h')
-rw-r--r--core/fxcrt/css/cfx_cssdatatable.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/core/fxcrt/css/cfx_cssdatatable.h b/core/fxcrt/css/cfx_cssdatatable.h
index 9a0b0af198..43310c7d5c 100644
--- a/core/fxcrt/css/cfx_cssdatatable.h
+++ b/core/fxcrt/css/cfx_cssdatatable.h
@@ -22,32 +22,8 @@ struct CFX_CSSPropertyTable {
uint32_t dwType;
};
-struct CFX_CSSPropertyValueTable {
- CFX_CSSPropertyValue eName;
- const wchar_t* pszName;
- uint32_t dwHash;
-};
-
-struct CFX_CSSLengthUnitTable {
- uint16_t wHash;
- CFX_CSSNumberType wValue;
-};
-
-struct CFX_CSSCOLORTABLE {
- uint32_t dwHash;
- FX_ARGB dwValue;
-};
-
const CFX_CSSPropertyTable* CFX_GetCSSPropertyByName(
const CFX_WideStringC& wsName);
const CFX_CSSPropertyTable* CFX_GetCSSPropertyByEnum(CFX_CSSProperty eName);
-const CFX_CSSPropertyValueTable* CFX_GetCSSPropertyValueByName(
- const CFX_WideStringC& wsName);
-
-const CFX_CSSLengthUnitTable* CFX_GetCSSLengthUnitByName(
- const CFX_WideStringC& wsName);
-
-const CFX_CSSCOLORTABLE* CFX_GetCSSColorByName(const CFX_WideStringC& wsName);
-
#endif // CORE_FXCRT_CSS_CFX_CSSDATATABLE_H_