remove unused functions (#717)

This commit is contained in:
balloondude2
2024-11-05 19:18:37 -05:00
committed by GitHub
parent 00c6bcc882
commit 2d6bae2da2
-3
View File
@@ -19,11 +19,8 @@ class InputEditorWindow : public GuiWindow {
using GuiWindow::GuiWindow;
~InputEditorWindow();
void DrawButton(const char* label, int32_t n64Btn, int32_t currentPort, int32_t* btnReading);
void DrawInputChip(const char* buttonName, ImVec4 color);
void DrawAnalogPreview(const char* label, ImVec2 stick, float deadzone = 0, bool gyro = false);
void DrawControllerSchema();
bool TestingRumble();
protected: