aboutsummaryrefslogtreecommitdiff
path: root/bindings/ruby/defs.h
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2023-03-22 17:43:46 -0600
committerDavid Bremner <david@tethera.net>2023-04-02 19:11:10 -0300
commit44924a6a09659c97d6cde383bf7deac0413d07c3 (patch)
tree58f014d3ae6b923e16633a7b1ccbbbc38b312c67 /bindings/ruby/defs.h
parent3a52290609b07b51b16b527d1c14ac9836760300 (diff)
ruby: remove Tags object
Not used anymore now that we return an array of strings directly. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'bindings/ruby/defs.h')
-rw-r--r--bindings/ruby/defs.h7
1 files changed, 0 insertions, 7 deletions
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);