[#wallet-CCoinControl-UnSelect] = xref:wallet.adoc[wallet]::xref:wallet/CCoinControl.adoc[CCoinControl]::UnSelect :relfileprefix: ../../ :mrdocs: Unselects the given output. == Synopsis Declared in `<wallet/coincontrol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void UnSelect(xref:COutPoint.adoc[COutPoint] const& outpoint); ---- == Parameters [cols="1,4"] |=== | Name| Description | *outpoint* | The output to unselect. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#