| Index: sky/engine/platform/Widget.h
|
| diff --git a/sky/engine/platform/Widget.h b/sky/engine/platform/Widget.h
|
| index d0485dd2f596b82b539f352f7d433030939ebd63..d1693d98a3c29f7e6dc23070c6725de8edea1590 100644
|
| --- a/sky/engine/platform/Widget.h
|
| +++ b/sky/engine/platform/Widget.h
|
| @@ -63,8 +63,6 @@ public:
|
| void move(const IntPoint& p) { setFrameRect(IntRect(p, size())); }
|
|
|
| virtual void paint(GraphicsContext*, const IntRect&) { }
|
| - // FIXME(sky): Remove
|
| - void invalidate() { }
|
|
|
| virtual bool isFrameView() const { return false; }
|
| virtual bool isScrollbar() const { return false; }
|
|
|