aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfschildt <florian.schildt@protonmail.com>2025-11-24 20:00:59 +0100
committerfschildt <florian.schildt@protonmail.com>2025-11-24 20:00:59 +0100
commitd82b2f074b33a232ab23c3f4b9e9f102f9c58e28 (patch)
tree2ef5867eddc6198203bfcaddc5717882766f6c5d
parente4584401ad865afb5a0fec8b7cab67794490a10d (diff)
remove unused struct DestRect
-rw-r--r--src/renderer/RSoftwareBackend.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/renderer/RSoftwareBackend.hpp b/src/renderer/RSoftwareBackend.hpp
index 9217061..482bb52 100644
--- a/src/renderer/RSoftwareBackend.hpp
+++ b/src/renderer/RSoftwareBackend.hpp
@@ -16,13 +16,6 @@ public:
uint32_t* pixels;
};
- struct DestRect {
- int32_t x0;
- int32_t y0;
- int32_t x1;
- int32_t y1;
- };
-
public:
RSoftwareBackend(Renderer& renderer);