summaryrefslogtreecommitdiff
path: root/ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui.cpp')
-rw-r--r--ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.cpp b/ui.cpp
index dcd6a6a..d142586 100644
--- a/ui.cpp
+++ b/ui.cpp
@@ -199,7 +199,7 @@ UI::Label* UI::create_label(const char* t, int x, int y) {
}
void UI::update(Arena* s) {
-
+ (void)s;
}
int UI::render_label(const Label* l, int off) {