Skip to content

Commit

Permalink
Bump LUS (HarbourMasters#4301)
Browse files Browse the repository at this point in the history
* bump lus

* remove undeclared methods
  • Loading branch information
Archez authored Aug 18, 2024
1 parent 86580fc commit 01245ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions soh/soh/Enhancements/controls/InputViewer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
};
Expand All @@ -44,6 +42,4 @@ class InputViewerSettingsWindow : public Ship::GuiWindow {

InputViewerSettingsWindow();
~InputViewerSettingsWindow();

void Draw();
};

0 comments on commit 01245ae

Please sign in to comment.