summaryrefslogtreecommitdiff
path: root/xmake/core/ui/application.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-12-29 23:23:31 +0800
committerruki <[email protected]>2017-12-29 14:21:10 +0800
commitff8b64effa9882573426f4d81f4b492d1328fba3 (patch)
tree243ba68cf5938c0e4ba14ece0b02339d3a2dfa72 /xmake/core/ui/application.lua
parenteb3805ec6e4e4ae187d0cd7c9082e6c8558a51ee (diff)
remove event register
Diffstat (limited to 'xmake/core/ui/application.lua')
-rw-r--r--xmake/core/ui/application.lua3
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