mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-23 18:04:52 +01:00
remove useless tags struct
--HG-- extra : transplant_source : %EF%CD%D8K%E5%E1F%95%1E%F9%F3%88%E7%B0%600%21Wwp
This commit is contained in:
parent
0e90d656fc
commit
9ed5e8a0e3
1 changed files with 0 additions and 3 deletions
|
@ -155,9 +155,6 @@ class Query(object):
|
|||
#------------------------------------------------------------------------------
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue