diff options
Diffstat (limited to 'fpdfsdk/pdfwindow/cpwl_list_box.h')
-rw-r--r-- | fpdfsdk/pdfwindow/cpwl_list_box.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fpdfsdk/pdfwindow/cpwl_list_box.h b/fpdfsdk/pdfwindow/cpwl_list_box.h index f1bfea7779..d97f5ae31a 100644 --- a/fpdfsdk/pdfwindow/cpwl_list_box.h +++ b/fpdfsdk/pdfwindow/cpwl_list_box.h @@ -35,11 +35,6 @@ class CPWL_List_Notify { void IOnSetScrollPosY(float fy); void IOnInvalidateRect(CFX_FloatRect* pRect); - void IOnSetCaret(bool bVisible, - const CFX_PointF& ptHead, - const CFX_PointF& ptFoot, - const CPVT_WordPlace& place); - private: CFX_UnownedPtr<CPWL_ListBox> m_pList; }; |