From: Sebastian Spaeth Date: Tue, 16 Mar 2010 11:40:20 +0000 (+0100) Subject: remove useless tags struct X-Git-Tag: 0.3~121^2~95 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=9ed5e8a0e36ec13def4c783d7694654ac43963d3;hp=0e90d656fc54cd5dfbc5879ad17dbee0bb3f4de2 remove useless tags struct --HG-- extra : transplant_source : %EF%CD%D8K%E5%E1F%95%1E%F9%F3%88%E7%B0%600%21Wwp --- 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