summaryrefslogtreecommitdiff
path: root/src/core/core.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-04-05 17:57:45 +0200
committermathieui <mathieui@mathieui.net>2014-04-05 17:57:45 +0200
commit8def5609d925c89004c906d67a7e1d3028706f32 (patch)
tree8fea6007ca73b82e0be992b90dc472634a050701 /src/core/core.py
parent587450939b5f2ab3b4cb46f44c6ab08e15722caf (diff)
downloadpoezio-8def5609d925c89004c906d67a7e1d3028706f32.tar.gz
poezio-8def5609d925c89004c906d67a7e1d3028706f32.tar.bz2
poezio-8def5609d925c89004c906d67a7e1d3028706f32.tar.xz
poezio-8def5609d925c89004c906d67a7e1d3028706f32.zip
Remove the pubsub-related stuff from the main branch
as it is unused code anyway.
Diffstat (limited to 'src/core/core.py')
-rw-r--r--src/core/core.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/core.py b/src/core/core.py
index 2ef6642d..9ae68c55 100644
--- a/src/core/core.py
+++ b/src/core/core.py
@@ -1681,7 +1681,6 @@ class Core(object):
command_invitations = commands.command_invitations
command_quit = commands.command_quit
command_bind = commands.command_bind
- command_pubsub = commands.command_pubsub
command_rawxml = commands.command_rawxml
command_load = commands.command_load
command_unload = commands.command_unload