X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fdatabase.py;fp=bindings%2Fpython%2Fnotmuch%2Fdatabase.py;h=fe692eb7ae4e38dceeb9aae24ca9b6cccb595a09;hp=5931f41bc26c28d17ca1b5b306beb9abef313674;hb=8728340644da8af1d60af6c9ee329a83549b9ce7;hpb=22ebd9aa24972fc94e62f92a277c4a72f7fdd3c1 diff --git a/bindings/python/notmuch/database.py b/bindings/python/notmuch/database.py index 5931f41b..fe692eb7 100644 --- a/bindings/python/notmuch/database.py +++ b/bindings/python/notmuch/database.py @@ -586,14 +586,3 @@ class Database(object): raise NotmuchError(message="No DB path specified" " and no user default found") return config.get('database', 'path') - - @property - def db_p(self): - """Property returning a pointer to `notmuch_database_t` or `None` - - .. deprecated:: 0.14 - If you really need a pointer to the notmuch - database object use the `_pointer` field. This - alias will be removed in notmuch 0.15. - """ - return self._db