From 8cfc158790c5d1c29b0a86643240558c0f6e73ff Mon Sep 17 00:00:00 2001 From: PJ Reiniger Date: Fri, 7 Nov 2025 13:09:26 -0500 Subject: [PATCH] [wpilibc] Remove declaration of removed function (#8336) --- .../main/native/include/frc/simulation/GenericHIDSim.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/wpilibc/src/main/native/include/frc/simulation/GenericHIDSim.h b/wpilibc/src/main/native/include/frc/simulation/GenericHIDSim.h index 31f2098b63..207217bd66 100644 --- a/wpilibc/src/main/native/include/frc/simulation/GenericHIDSim.h +++ b/wpilibc/src/main/native/include/frc/simulation/GenericHIDSim.h @@ -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. *