From 2d6bae2da2e1901da24e9da9cd9a49ecce202960 Mon Sep 17 00:00:00 2001 From: balloondude2 <55861555+balloondude2@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:18:37 -0700 Subject: [PATCH] remove unused functions (#717) --- src/window/gui/InputEditorWindow.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/window/gui/InputEditorWindow.h b/src/window/gui/InputEditorWindow.h index 86c02a3..1848249 100644 --- a/src/window/gui/InputEditorWindow.h +++ b/src/window/gui/InputEditorWindow.h @@ -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: