aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Spaeth <sebastian@sspaeth.de>2010-03-16 12:40:20 +0100
committerSebastian Spaeth <sebastian@sspaeth.de>2010-03-16 12:40:20 +0100
commit9ed5e8a0e36ec13def4c783d7694654ac43963d3 (patch)
tree75446e35078e25c582ebb943c14d5fd171e771e9
parent0e90d656fc54cd5dfbc5879ad17dbee0bb3f4de2 (diff)
remove useless tags struct
--HG-- extra : transplant_source : %EF%CD%D8K%E5%E1F%95%1E%F9%F3%88%E7%B0%600%21Wwp
-rw-r--r--cnotmuch/database.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/cnotmuch/database.py b/cnotmuch/database.py
index 82c4f2bc..50c182bd 100644
--- a/cnotmuch/database.py
+++ b/cnotmuch/database.py
@@ -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