Removed unused TargetControllerConsole function

This commit is contained in:
Nav
2022-04-24 18:59:55 +01:00
parent 391b742d8b
commit 417a716e10
2 changed files with 0 additions and 14 deletions

View File

@@ -137,13 +137,6 @@ namespace Bloom::TargetController
*/
void removeBreakpoint(Targets::TargetBreakpoint breakpoint);
/**
* Requests a pin state refresh from the TargetController, for a specific target variant.
*
* @param variantId
*/
void requestPinStates(int variantId);
/**
* Retrieves the pin states for a particular target variant.
*