From 738be2b591adf9acb6ab08e741e75842a4213e10 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Mon, 21 Nov 2016 11:25:17 -0800 Subject: Remove FWL_GetThemeLayout FWL_GetThemeLayout is only called in one place with 0 as the parameter. This can never be true, so replace it with false at the callsite. Review-Url: https://codereview.chromium.org/2521673002 --- xfa/fwl/theme/cfwl_widgettp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xfa/fwl/theme/cfwl_widgettp.h') diff --git a/xfa/fwl/theme/cfwl_widgettp.h b/xfa/fwl/theme/cfwl_widgettp.h index b269fb2b04..bc546453d0 100644 --- a/xfa/fwl/theme/cfwl_widgettp.h +++ b/xfa/fwl/theme/cfwl_widgettp.h @@ -219,7 +219,6 @@ class CFWL_WidgetTP { }; void FWLTHEME_Release(); -uint32_t FWL_GetThemeLayout(uint32_t dwThemeID); uint32_t FWL_GetThemeColor(uint32_t dwThemeID); class CFWL_FontData { -- cgit v1.2.3