Skip to content

Commit ab787ef

Browse files
committed
Remove dead code; Features::get() method
1 parent 5110e98 commit ab787ef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/vision/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,6 @@ impl Features {
184184
af_get_features_orientation
185185
);
186186
feat_func_def!("Get features size Array", size, af_get_features_size);
187-
188-
/// Get the internal handle for [Features](./struct.Features.html) object
189-
pub unsafe fn get(&self) -> af_features {
190-
self.feat
191-
}
192187
}
193188

194189
impl Clone for Features {

0 commit comments

Comments
 (0)