Chromium Code Reviews| Index: sky/engine/core/Init.h |
| diff --git a/sky/engine/core/Init.h b/sky/engine/core/Init.h |
| index 3f049c93857cb9f5059bcf05ca186e342d79e5d8..9a744b919147e9f23f479d9be46cca97662429a0 100644 |
| --- a/sky/engine/core/Init.h |
| +++ b/sky/engine/core/Init.h |
| @@ -45,9 +45,6 @@ public: |
| protected: |
| bool isInitialized() const { return m_isInited; } |
| -private: |
| - void registerEventFactory(); |
| - |
| bool m_isInited; |
| }; |