summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-04-08 17:20:55 +0200
committerAnton Khirnov <anton@khirnov.net>2020-04-08 17:20:55 +0200
commit97d9056f352865dcd04ffae09b62ec4e36ed4959 (patch)
tree6d59e84eb1622bdd66cd5c88d869dee73b739242
parent5177d3eab6276fefc846d730a6f64065d1aeedd0 (diff)
desktop: drop deprecated add_signal
-rw-r--r--desktop.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop.lua b/desktop.lua
index 2263bfd..4b252ab 100644
--- a/desktop.lua
+++ b/desktop.lua
@@ -24,9 +24,6 @@ end
local function desktop_new(idx, name, nb_pages, layout)
local ret = object()
- ret:add_signal("page:view")
- ret:add_signal("desktop:name")
-
ret.show = desktop_show
ret.name = name