summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/cfwl_combobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/cfwl_combobox.cpp')
-rw-r--r--xfa/fwl/core/cfwl_combobox.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/fwl/core/cfwl_combobox.cpp b/xfa/fwl/core/cfwl_combobox.cpp
index a8211e9773..fcdbec9489 100644
--- a/xfa/fwl/core/cfwl_combobox.cpp
+++ b/xfa/fwl/core/cfwl_combobox.cpp
@@ -18,10 +18,6 @@ IFWL_ComboBox* ToComboBox(IFWL_Widget* widget) {
return static_cast<IFWL_ComboBox*>(widget);
}
-const IFWL_ComboBox* ToComboBox(const IFWL_Widget* widget) {
- return static_cast<const IFWL_ComboBox*>(widget);
-}
-
} // namespace
CFWL_ComboBox::CFWL_ComboBox(const IFWL_App* app)