summaryrefslogtreecommitdiff
path: root/poezio/contact.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/contact.py')
-rw-r--r--poezio/contact.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/poezio/contact.py b/poezio/contact.py
index 883c607a..6e01e41e 100644
--- a/poezio/contact.py
+++ b/poezio/contact.py
@@ -40,8 +40,6 @@ class Resource(object):
def presence(self):
return self._data.get('show') or ''
- show = presence
-
@property
def status(self):
return self._data.get('status') or ''