diff options
author | dsinclair <dsinclair@chromium.org> | 2016-10-19 07:59:25 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-19 07:59:25 -0700 |
commit | 0ca71ec811e33818d2ccba3221fdb660811b813c (patch) | |
tree | d94dce266dd67bbe94f5c73960734e7b5b691dd1 /xfa/fwl/lightwidget/cfwl_combobox.cpp | |
parent | c273e8f5006aa7d91d37a5da021dbbabb8721e5b (diff) | |
download | pdfium-0ca71ec811e33818d2ccba3221fdb660811b813c.tar.xz |
Remove FWL Create methods, use new instead
Review-Url: https://chromiumcodereview.appspot.com/2422303003
Diffstat (limited to 'xfa/fwl/lightwidget/cfwl_combobox.cpp')
-rw-r--r-- | xfa/fwl/lightwidget/cfwl_combobox.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/fwl/lightwidget/cfwl_combobox.cpp b/xfa/fwl/lightwidget/cfwl_combobox.cpp index 678edc40c8..4ec323ae7d 100644 --- a/xfa/fwl/lightwidget/cfwl_combobox.cpp +++ b/xfa/fwl/lightwidget/cfwl_combobox.cpp @@ -19,10 +19,6 @@ const IFWL_ComboBox* CFWL_ComboBox::GetWidget() const { return static_cast<IFWL_ComboBox*>(m_pIface.get()); } -CFWL_ComboBox* CFWL_ComboBox::Create() { - return new CFWL_ComboBox; -} - FWL_Error CFWL_ComboBox::Initialize(const CFWL_WidgetProperties* pProperties) { if (m_pIface) return FWL_Error::Indefinite; |