| Index: sky/engine/core/page/EventHandler.h
|
| diff --git a/sky/engine/core/page/EventHandler.h b/sky/engine/core/page/EventHandler.h
|
| index 9656997e428b5c616dc05c82afede42924315603..de4971735c97bd7c6f8936187cbdca763af67474 100644
|
| --- a/sky/engine/core/page/EventHandler.h
|
| +++ b/sky/engine/core/page/EventHandler.h
|
| @@ -146,8 +146,6 @@ public:
|
|
|
| void setMouseDownMayStartAutoscroll() { m_mouseDownMayStartAutoscroll = true; }
|
|
|
| - static unsigned accessKeyModifiers();
|
| - bool handleAccessKey(const PlatformKeyboardEvent&);
|
| bool keyEvent(const PlatformKeyboardEvent&);
|
| void defaultKeyboardEventHandler(KeyboardEvent*);
|
|
|
|
|