From bc245e09fcdc6cbfbeb47a42b66707488bfb553e Mon Sep 17 00:00:00 2001 From: nick black Date: Tue, 17 Nov 2020 21:56:29 -0500 Subject: [PATCH] rust: drop ncplane_options__bindgen_ty_1 --- rust/src/bindings.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/rust/src/bindings.rs b/rust/src/bindings.rs index 1c94b2d2a..391db6d28 100644 --- a/rust/src/bindings.rs +++ b/rust/src/bindings.rs @@ -317,9 +317,6 @@ pub(crate) use bindgen::{ ncplane, ncplane_options, - // unions - ncplane_options__bindgen_ty_1, // horiz field of ncplane - // constants NCPLANE_OPTION_HORALIGNED, };