From 01245ae81ce2752b3c74f66b60a135d00ee70d26 Mon Sep 17 00:00:00 2001 From: Archez Date: Sun, 18 Aug 2024 15:25:21 -0400 Subject: [PATCH] Bump LUS (#4301) * bump lus * remove undeclared methods --- libultraship | 2 +- soh/soh/Enhancements/controls/InputViewer.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/libultraship b/libultraship index 31e9b009f..92bce0115 160000 --- a/libultraship +++ b/libultraship @@ -1 +1 @@ -Subproject commit 31e9b009f94e7074a847c7954926cba354cd7c72 +Subproject commit 92bce01154589080e534c3c143913a196e161f02 diff --git a/soh/soh/Enhancements/controls/InputViewer.h b/soh/soh/Enhancements/controls/InputViewer.h index 3e1e9c987..b4d6413e1 100644 --- a/soh/soh/Enhancements/controls/InputViewer.h +++ b/soh/soh/Enhancements/controls/InputViewer.h @@ -28,8 +28,6 @@ public: InputViewer(); ~InputViewer(); - void Draw(); - private: void RenderButton(std::string btn, std::string btnOutline, int state, ImVec2 size, int outlineMode); }; @@ -44,6 +42,4 @@ public: InputViewerSettingsWindow(); ~InputViewerSettingsWindow(); - - void Draw(); };