| Index: xfa/fwl/core/ifwl_widget.h
|
| diff --git a/xfa/fwl/core/ifwl_widget.h b/xfa/fwl/core/ifwl_widget.h
|
| index eb1183fdf196a6c95d9d99fd9c84056e691cd721..d8e757ac59d5b7cd5ccdb5ddc61b335f6f6006ea 100644
|
| --- a/xfa/fwl/core/ifwl_widget.h
|
| +++ b/xfa/fwl/core/ifwl_widget.h
|
| @@ -58,12 +58,4 @@ class IFWL_Widget : public IFWL_Target {
|
| CFX_SizeF GetOffsetFromParent(IFWL_Widget* pParent);
|
| };
|
|
|
| -typedef CFX_MapPtrTemplate<uint32_t, uint32_t> CFX_MapAccelerators;
|
| -
|
| -FWL_ERR FWL_Accelerator_SetApp(CFX_MapAccelerators* pMapAccel);
|
| -FWL_ERR FWL_Accelerator_SetThread(CFX_MapAccelerators* pMapAccel);
|
| -FWL_ERR FWL_Accelerator_SetForm(IFWL_Form* pFrom,
|
| - CFX_MapAccelerators* pMapAccel);
|
| -FWL_ERR FWL_EnabelWidget(IFWL_Widget* widget, FX_BOOL bEnable);
|
| -
|
| #endif // XFA_FWL_CORE_IFWL_WIDGET_H_
|
|
|