[wpilibc] Remove declaration of removed function (#8336)

This commit is contained in:
PJ Reiniger
2025-11-07 13:09:26 -05:00
committed by GitHub
parent 3bdaeac3e1
commit 8cfc158790

View File

@@ -111,14 +111,6 @@ class GenericHIDSim {
*/
void SetName(const char* name);
/**
* Set the type of an axis.
*
* @param axis the axis
* @param type the type
*/
void SetAxisType(int axis, int type);
/**
* Read the output of a button.
*