summaryrefslogtreecommitdiffhomepage
path: root/main/floormat-main.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/floormat-main.hpp')
-rw-r--r--main/floormat-main.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/floormat-main.hpp b/main/floormat-main.hpp
index 69b2bf34..f1e5ce8a 100644
--- a/main/floormat-main.hpp
+++ b/main/floormat-main.hpp
@@ -26,7 +26,6 @@ struct floormat_main
virtual Magnum::Math::Vector2<int> window_size() const noexcept = 0;
virtual tile_shader& shader() noexcept = 0;
virtual const tile_shader& shader() const noexcept = 0;
- virtual void* register_debug_callback() noexcept = 0;
constexpr float smoothed_dt() const noexcept { return _frame_time; }
virtual fm_settings& settings() noexcept = 0;
virtual const fm_settings& settings() const noexcept = 0;