X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;fp=bindings%2Fruby%2Fdefs.h;h=027408a1e501ee2c2e3e4656bea1fd5c03c754f2;hp=9454658b96bd28fe08105afa4b464ad9492bb953;hb=44924a6a09659c97d6cde383bf7deac0413d07c3;hpb=3a52290609b07b51b16b527d1c14ac9836760300 diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index 9454658b..027408a1 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -33,7 +33,6 @@ extern VALUE notmuch_rb_cThreads; extern VALUE notmuch_rb_cThread; extern VALUE notmuch_rb_cMessages; extern VALUE notmuch_rb_cMessage; -extern VALUE notmuch_rb_cTags; extern VALUE notmuch_rb_eBaseError; extern VALUE notmuch_rb_eDatabaseError; @@ -372,12 +371,6 @@ notmuch_rb_message_thaw (VALUE self); VALUE notmuch_rb_tags_get (notmuch_tags_t *tags); -VALUE -notmuch_rb_tags_destroy (VALUE self); - -VALUE -notmuch_rb_tags_each (VALUE self); - /* init.c */ void Init_notmuch (void);