remove the now unused GetScroll[XY]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1628,18 +1628,6 @@ public:
|
||||
int GetScrollLineX() const { return m_scrollLineX; }
|
||||
int GetScrollLineY() const { return m_scrollLineY; }
|
||||
|
||||
// Implementation
|
||||
int GetScrollX(int x) const
|
||||
{
|
||||
return (x + GetScrollLineX() - 1) / GetScrollLineX();
|
||||
}
|
||||
|
||||
int GetScrollY(int y) const
|
||||
{
|
||||
return (y + GetScrollLineY() - 1) / GetScrollLineY();
|
||||
}
|
||||
|
||||
|
||||
// ------- drag and drop
|
||||
#if wxUSE_DRAG_AND_DROP
|
||||
virtual void SetDropTarget(wxDropTarget *dropTarget);
|
||||
|
Reference in New Issue
Block a user