Switching from contact oriented to account oriented
[gc-dialer] / src / backends / gv_backend.py
index f2a3ec2..42dfe0f 100644 (file)
@@ -145,12 +145,6 @@ class GVDialer(object):
                """
                return list(self._gvoice.get_recent())
 
-       def get_contacts(self):
-               """
-               @returns Fresh dictionary of items
-               """
-               return dict(self._gvoice.get_contacts())
-
        def get_messages(self):
                return list(self._get_messages())