summaryrefslogtreecommitdiffhomepage
path: root/main/draw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/draw.cpp')
-rw-r--r--main/draw.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/draw.cpp b/main/draw.cpp
index 1c955099..def8e298 100644
--- a/main/draw.cpp
+++ b/main/draw.cpp
@@ -33,7 +33,6 @@ global_coords main_impl::pixel_to_tile(Vector2d position) const noexcept
auto main_impl::get_draw_bounds() const noexcept -> draw_bounds
{
-
using limits = std::numeric_limits<std::int16_t>;
auto x0 = limits::max(), x1 = limits::min(), y0 = limits::max(), y1 = limits::min();