From ce05cf23eb5ef44e80e50ef4e358c0fec7432d26 Mon Sep 17 00:00:00 2001 From: Archez Date: Sun, 18 Aug 2024 13:54:05 -0400 Subject: [PATCH 1/2] bump lus --- libultraship | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libultraship b/libultraship index 31e9b009f94..92bce011545 160000 --- a/libultraship +++ b/libultraship @@ -1 +1 @@ -Subproject commit 31e9b009f94e7074a847c7954926cba354cd7c72 +Subproject commit 92bce01154589080e534c3c143913a196e161f02 From a91721a9aec25082b075fb200b1cb36b2fd875ad Mon Sep 17 00:00:00 2001 From: Archez Date: Sun, 18 Aug 2024 14:21:49 -0400 Subject: [PATCH 2/2] remove undeclared methods --- soh/soh/Enhancements/controls/InputViewer.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/soh/soh/Enhancements/controls/InputViewer.h b/soh/soh/Enhancements/controls/InputViewer.h index 3e1e9c98798..b4d6413e16a 100644 --- a/soh/soh/Enhancements/controls/InputViewer.h +++ b/soh/soh/Enhancements/controls/InputViewer.h @@ -28,8 +28,6 @@ class InputViewer : public Ship::GuiWindow { InputViewer(); ~InputViewer(); - void Draw(); - private: void RenderButton(std::string btn, std::string btnOutline, int state, ImVec2 size, int outlineMode); }; @@ -44,6 +42,4 @@ class InputViewerSettingsWindow : public Ship::GuiWindow { InputViewerSettingsWindow(); ~InputViewerSettingsWindow(); - - void Draw(); };