summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_combolist.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/ifwl_combolist.h')
-rw-r--r--xfa/fwl/core/ifwl_combolist.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fwl/core/ifwl_combolist.h b/xfa/fwl/core/ifwl_combolist.h
index 48dfb4450d..8d01494091 100644
--- a/xfa/fwl/core/ifwl_combolist.h
+++ b/xfa/fwl/core/ifwl_combolist.h
@@ -25,12 +25,10 @@ class IFWL_ComboList : public IFWL_ListBox {
int32_t MatchItem(const CFX_WideString& wsMatch);
void ChangeSelected(int32_t iSel);
- int32_t CountItems();
void SetNotifyOwner(bool notify) { m_bNotifyOwner = notify; }
private:
- void GetItemRect(int32_t nIndex, CFX_RectF& rtItem);
void ClientToOuter(FX_FLOAT& fx, FX_FLOAT& fy);
void OnDropListFocusChanged(CFWL_Message* pMsg, bool bSet);
void OnDropListMouseMove(CFWL_MsgMouse* pMsg);