Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/buddy.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buddy.py')
-rw-r--r--src/buddy.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/buddy.py b/src/buddy.py
index 426a844..e956b73 100644
--- a/src/buddy.py
+++ b/src/buddy.py
@@ -568,11 +568,6 @@ class Buddy(ExportedGObject):
self.set_properties(props)
# If the properties didn't contain the key or color, then we're never
# going to get one.
-
- # Buddy need a key to be valid
- if self._key is None:
- return
-
try:
self._awaiting.remove('properties')
except KeyError: