summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-22 02:28:53 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-22 19:42:53 +0100
commit2043daa205f12b5ceaf2fa684b3985f96e2ff86d (patch)
treee12fd58954b55c581ef218672d39e97e5db4aaab
parentcb2718ca0bc0ebdc1987dbb8851e4c3686a8ed7a (diff)
style only
-rw-r--r--editor/app.cpp1
-rw-r--r--src/raycast.hpp1
2 files changed, 0 insertions, 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<struct point> cursor_state::point() const
floormat_main& app::main() { return *M; }
const cursor_state& app::cursor_state() { return cursor; }
-
shared_ptr_wrapper<critter> 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