Skip to content

Commit

Permalink
remove unused functions (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloondude2 authored Nov 6, 2024
1 parent 00c6bcc commit 2d6bae2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/window/gui/InputEditorWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2d6bae2

Please sign in to comment.