| Index: xfa/fwl/core/cfwl_edit.cpp
|
| diff --git a/xfa/fwl/core/cfwl_edit.cpp b/xfa/fwl/core/cfwl_edit.cpp
|
| index dc01e2213acaa379b2a516a7eef474c958cb899f..447dbc8fb2027d53df1cd92cf917542eba58f16a 100644
|
| --- a/xfa/fwl/core/cfwl_edit.cpp
|
| +++ b/xfa/fwl/core/cfwl_edit.cpp
|
| @@ -17,10 +17,6 @@ IFWL_Edit* ToEdit(IFWL_Widget* widget) {
|
| return static_cast<IFWL_Edit*>(widget);
|
| }
|
|
|
| -const IFWL_Edit* ToEdit(const IFWL_Widget* widget) {
|
| - return static_cast<const IFWL_Edit*>(widget);
|
| -}
|
| -
|
| } // namespace
|
|
|
| CFWL_Edit::CFWL_Edit(const IFWL_App* app) : CFWL_Widget(app) {}
|
|
|