diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_picturebox.cpp')
-rw-r--r-- | xfa/fwl/core/cfwl_picturebox.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/xfa/fwl/core/cfwl_picturebox.cpp b/xfa/fwl/core/cfwl_picturebox.cpp index 3c95033aa0..96a52c9638 100644 --- a/xfa/fwl/core/cfwl_picturebox.cpp +++ b/xfa/fwl/core/cfwl_picturebox.cpp @@ -23,16 +23,6 @@ FWL_Type CFWL_PictureBox::GetClassID() const { return FWL_Type::PictureBox; } -void CFWL_PictureBox::GetWidgetRect(CFX_RectF& rect, bool bAutoSize) { - if (!bAutoSize) { - rect = m_pProperties->m_rtWidget; - return; - } - - rect.Set(0, 0, 0, 0); - InflateWidgetRect(rect); -} - void CFWL_PictureBox::Update() { if (IsLocked()) return; |