]> git.notmuchmail.org Git - notmuch/blobdiff - cnotmuch/database.py
remove useless tags struct
[notmuch] / cnotmuch / database.py
index 82c4f2bc2a86975ec09fc86748f2e523e56f87f1..50c182bd5f4be69821f85f5e1fa85d1dd015b05e 100644 (file)
@@ -155,9 +155,6 @@ class Query(object):
 #------------------------------------------------------------------------------
 class Tags(object):
     """Wrapper around notmuch_tags_t"""
 #------------------------------------------------------------------------------
 class Tags(object):
     """Wrapper around notmuch_tags_t"""
-    class notmuch_tags_t(ctypes.Structure):
-        """the opaque tags struct that is returned by functions."""
-        pass
 
     #notmuch_tags_get
     _get = nmlib.notmuch_tags_get
 
     #notmuch_tags_get
     _get = nmlib.notmuch_tags_get