From c71893fb592e013b9bc29253e76a57831ba6711c Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Tue, 10 Dec 2024 21:17:29 +0100 Subject: [PATCH] WorldInfo: addWall is no more a method --- src/bzfs/WorldInfo.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bzfs/WorldInfo.h b/src/bzfs/WorldInfo.h index ec8104a92a..bcd710d9e8 100644 --- a/src/bzfs/WorldInfo.h +++ b/src/bzfs/WorldInfo.h @@ -72,7 +72,6 @@ class WorldInfo void setSize ( float x, float y ); void setGravity ( float g ); - void addWall(float x, float y, float z, float r, float w, float h); void addLink(int from, int to); void addLink(const std::string& from, const std::string& to);