From 64a40f462001e56ab4cee2a29ecc5cef322b5688 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 12 May 2025 04:08:09 +0100 Subject: Remove all the old network link creation code --- game/network/rail.h | 1 - 1 file changed, 1 deletion(-) (limited to 'game/network/rail.h') diff --git a/game/network/rail.h b/game/network/rail.h index 4aef9e3..15b9ae4 100644 --- a/game/network/rail.h +++ b/game/network/rail.h @@ -74,7 +74,6 @@ class RailLinks : public NetworkOf, p public: RailLinks(); - std::shared_ptr addLinksBetween(GlobalPosition3D start, GlobalPosition3D end); void render(const SceneShader &, const Frustum &) const override; [[nodiscard]] const Surface * getBaseSurface() const override; -- cgit v1.2.3