[#BlockFilterIndex-CustomRemove] = xref:BlockFilterIndex.adoc[BlockFilterIndex]::CustomRemove :relfileprefix: ../ :mrdocs: Discard the filter for a block being disconnected. == Synopsis Declared in `<index/blockfilterindex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool CustomRemove(xref:interfaces/BlockInfo.adoc[interfaces::BlockInfo] const& block) override; ---- == Return Value True on success. == Parameters [cols="1,4"] |=== | Name| Description | *block* | Information about the block being removed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#