Index: xfa/fwl/core/cfwl_widget.h |
diff --git a/xfa/fwl/core/cfwl_widget.h b/xfa/fwl/core/cfwl_widget.h |
index 0c590e2319471092e2f3b1eee766b6e31c8e5514..b3c09f9738d3eb9092a52855f78720d43b6cd23c 100644 |
--- a/xfa/fwl/core/cfwl_widget.h |
+++ b/xfa/fwl/core/cfwl_widget.h |
@@ -10,7 +10,6 @@ |
#include <memory> |
#include "xfa/fwl/core/cfwl_event.h" |
-#include "xfa/fwl/core/cfwl_widgetproperties.h" |
#include "xfa/fwl/core/ifwl_widget.h" |
class CFWL_Event; |
@@ -60,7 +59,6 @@ class CFWL_Widget { |
const IFWL_App* m_pApp; |
std::unique_ptr<IFWL_Widget> m_pIface; |
CFWL_WidgetMgr* const m_pWidgetMgr; |
- std::unique_ptr<CFWL_WidgetProperties> m_pProperties; |
}; |
#endif // XFA_FWL_CORE_CFWL_WIDGET_H_ |