Skip to content

Commit c71893f

Browse files
committed
WorldInfo: addWall is no more a method
1 parent 6089084 commit c71893f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bzfs/WorldInfo.h

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ class WorldInfo
7272
void setSize ( float x, float y );
7373
void setGravity ( float g );
7474

75-
void addWall(float x, float y, float z, float r, float w, float h);
7675
void addLink(int from, int to);
7776
void addLink(const std::string& from, const std::string& to);
7877

0 commit comments

Comments
 (0)