brainglobe / cellfinder-core

Standalone cellfinder cell detection algorithm
https://brainglobe.info/documentation/cellfinder/index.html
BSD 3-Clause "New" or "Revised" License
19 stars 16 forks source link

Remove some un-used code #132

Closed dstansby closed 1 year ago

dstansby commented 1 year ago

Two minor removals of un-used code. typedefs aren't needed now we're post-Cython, and get_previous_layer is never used and I don't think worth keeping around.