]> git.cworth.org Git - notmuch/blobdiff - bindings/ruby/defs.h
ruby: remove Tags object
[notmuch] / bindings / ruby / defs.h
index 9454658b96bd28fe08105afa4b464ad9492bb953..027408a1e501ee2c2e3e4656bea1fd5c03c754f2 100644 (file)
@@ -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);