From 92549cd7502296328aecef23dab6d7fc0e847645 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 16 Nov 2016 07:32:48 -0800 Subject: Continue nit cleanup in fwl/core Review-Url: https://codereview.chromium.org/2506493003 --- xfa/fwl/core/cfwl_edit.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xfa/fwl/core/cfwl_edit.cpp') diff --git a/xfa/fwl/core/cfwl_edit.cpp b/xfa/fwl/core/cfwl_edit.cpp index dc01e2213a..447dbc8fb2 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(widget); } -const IFWL_Edit* ToEdit(const IFWL_Widget* widget) { - return static_cast(widget); -} - } // namespace CFWL_Edit::CFWL_Edit(const IFWL_App* app) : CFWL_Widget(app) {} -- cgit v1.2.3