diff options
Diffstat (limited to 'xfa/fwl/core/ifwl_themeprovider.h')
-rw-r--r-- | xfa/fwl/core/ifwl_themeprovider.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/core/ifwl_themeprovider.h b/xfa/fwl/core/ifwl_themeprovider.h index 855b967ec3..cc55fa30ee 100644 --- a/xfa/fwl/core/ifwl_themeprovider.h +++ b/xfa/fwl/core/ifwl_themeprovider.h @@ -23,7 +23,6 @@ class IFWL_ThemeProvider { virtual void DrawText(CFWL_ThemeText* pParams) = 0; virtual void* GetCapacity(CFWL_ThemePart* pThemePart, CFWL_WidgetCapacity dwCapacity) = 0; - virtual bool IsCustomizedLayout(IFWL_Widget* pWidget) = 0; virtual void CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) = 0; }; |