diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/componentmanager.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/componentmanager.lua b/core/componentmanager.lua index e271898d..8e4b9c2a 100644 --- a/core/componentmanager.lua +++ b/core/componentmanager.lua @@ -152,10 +152,6 @@ function deregister_component(host) end end -function set_component_handler(host, handler) - components[host] = handler; -end - function get_children(host) return disco_items:get(host) or NULL; end |