* bump lus

* remove undeclared methods
This commit is contained in:
Archez
2024-08-18 15:25:21 -04:00
committed by GitHub
parent 86580fc79f
commit 01245ae81c
2 changed files with 1 additions and 5 deletions

View File

@@ -28,8 +28,6 @@ public:
InputViewer(); InputViewer();
~InputViewer(); ~InputViewer();
void Draw();
private: private:
void RenderButton(std::string btn, std::string btnOutline, int state, ImVec2 size, int outlineMode); void RenderButton(std::string btn, std::string btnOutline, int state, ImVec2 size, int outlineMode);
}; };
@@ -44,6 +42,4 @@ public:
InputViewerSettingsWindow(); InputViewerSettingsWindow();
~InputViewerSettingsWindow(); ~InputViewerSettingsWindow();
void Draw();
}; };