From 2043daa205f12b5ceaf2fa684b3985f96e2ff86d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 22 Feb 2024 02:28:53 +0100 Subject: style only --- editor/app.cpp | 1 - src/raycast.hpp | 1 - 2 files changed, 2 deletions(-) diff --git a/editor/app.cpp b/editor/app.cpp index d43e4212..70766ccd 100644 --- a/editor/app.cpp +++ b/editor/app.cpp @@ -28,7 +28,6 @@ Optional cursor_state::point() const floormat_main& app::main() { return *M; } const cursor_state& app::cursor_state() { return cursor; } - shared_ptr_wrapper app::ensure_player_character(world& w) { if (_character_id) diff --git a/src/raycast.hpp b/src/raycast.hpp index acdddd33..3871c42f 100644 --- a/src/raycast.hpp +++ b/src/raycast.hpp @@ -29,6 +29,5 @@ struct raycast_result_s namespace floormat { using floormat::rc::raycast; -using floormat::rc::raycast_with_diag; } // namespace floormat -- cgit v1.2.3