| Index: sky/engine/platform/scroll/ScrollableArea.h
|
| diff --git a/sky/engine/platform/scroll/ScrollableArea.h b/sky/engine/platform/scroll/ScrollableArea.h
|
| index 93eb33b714a7b6bacf61deb1e6cfc6e7119eeec3..e0b700f6c64173589ada15e2eeaea81db011aabf 100644
|
| --- a/sky/engine/platform/scroll/ScrollableArea.h
|
| +++ b/sky/engine/platform/scroll/ScrollableArea.h
|
| @@ -76,11 +76,6 @@ public:
|
| void setHorizontalScrollElasticity(ScrollElasticity scrollElasticity) { m_horizontalScrollElasticity = scrollElasticity; }
|
| ScrollElasticity horizontalScrollElasticity() const { return static_cast<ScrollElasticity>(m_horizontalScrollElasticity); }
|
|
|
| - void mouseEnteredContentArea() const;
|
| - void mouseExitedContentArea() const;
|
| - void mouseMovedInContentArea() const;
|
| - void mouseEnteredScrollbar(Scrollbar*) const;
|
| - void mouseExitedScrollbar(Scrollbar*) const;
|
| void contentAreaDidShow() const;
|
| void contentAreaDidHide() const;
|
|
|
|
|