summaryrefslogtreecommitdiffhomepage
path: root/main/main-impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/main-impl.hpp')
-rw-r--r--main/main-impl.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/main-impl.hpp b/main/main-impl.hpp
index 63239a74..d54b7f92 100644
--- a/main/main-impl.hpp
+++ b/main/main-impl.hpp
@@ -87,10 +87,6 @@ private:
struct draw_bounds final { std::int16_t minx, maxx, miny, maxy; };
- GL::Framebuffer _msaa_framebuffer{NoCreate};
- GL::Renderbuffer _msaa_depth{NoCreate};
- GL::Renderbuffer _msaa_color{NoCreate};
-
void recalc_viewport(Vector2i size) noexcept;
void draw_world() noexcept;
void draw_anim() noexcept;