Chromium Code Reviews| Index: sky/engine/platform/PlatformEvent.h |
| diff --git a/sky/engine/platform/PlatformEvent.h b/sky/engine/platform/PlatformEvent.h |
| index 2079a3e20a9aba3a6ac84bc9ef43d4c716d673aa..7d0f97b486d5fdc4c4ede896fe4705cea2ba9015 100644 |
| --- a/sky/engine/platform/PlatformEvent.h |
| +++ b/sky/engine/platform/PlatformEvent.h |
| @@ -32,12 +32,6 @@ class PlatformEvent { |
| public: |
| enum Type { |
| NoType = 0, |
| - |
| - // PlatformKeyboardEvent |
| - KeyDown, |
| - KeyUp, |
| - RawKeyDown, |
| - Char, |
| }; |
| enum Modifiers { |