diff options
| author | ruki <[email protected]> | 2017-12-29 23:23:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-12-29 14:21:10 +0800 |
| commit | ff8b64effa9882573426f4d81f4b492d1328fba3 (patch) | |
| tree | 243ba68cf5938c0e4ba14ece0b02339d3a2dfa72 /xmake/core/ui/application.lua | |
| parent | eb3805ec6e4e4ae187d0cd7c9082e6c8558a51ee (diff) | |
remove event register
Diffstat (limited to 'xmake/core/ui/application.lua')
| -rw-r--r-- | xmake/core/ui/application.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/core/ui/application.lua b/xmake/core/ui/application.lua index ed2908ddc..0354ecb07 100644 --- a/xmake/core/ui/application.lua +++ b/xmake/core/ui/application.lua @@ -62,9 +62,6 @@ function application:init(name) self:insert(self:menubar()) self:insert(self:desktop()) - -- register event type - self:event_register(event.ev_keyboard) - -- trace log:print("<application: %s>: init ok", name) end |
