summaryrefslogtreecommitdiff
path: root/ui/windowContent.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-03-19 03:42:35 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2025-03-19 03:42:35 +0000
commit271d5c55260cc8a0198938f3259f793e3957e3e3 (patch)
tree9e4ffbb7a47bb7e027aee5b01cb2665532e2b391 /ui/windowContent.cpp
parentRemove lots of stuff not required or superseded with ImGui use (diff)
downloadilt-271d5c55260cc8a0198938f3259f793e3957e3e3.tar.bz2
ilt-271d5c55260cc8a0198938f3259f793e3957e3e3.tar.xz
ilt-271d5c55260cc8a0198938f3259f793e3957e3e3.zip
Remove unrequired UIShader
Diffstat (limited to 'ui/windowContent.cpp')
-rw-r--r--ui/windowContent.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/windowContent.cpp b/ui/windowContent.cpp
index f55a8d5..0f6dc04 100644
--- a/ui/windowContent.cpp
+++ b/ui/windowContent.cpp
@@ -1,8 +1,6 @@
#include "windowContent.h"
#include "SDL_events.h"
-WindowContent::WindowContent(size_t width, size_t height) : uiShader {width, height} { }
-
void
WindowContent::tick(TickDuration)
{