Use configured bind_address for HTTPFetch
[oweals/minetest.git] / src / game.h
index de0b8483b07500d4adbea2915bfe8f0151dc3ad8..1c831c530067527c3bda16135109ec2728eae465 100644 (file)
@@ -124,7 +124,6 @@ public:
 
 class ChatBackend;  /* to avoid having to include chat.h */
 struct SubgameSpec;
-enum CameraModes {CAMERA_MODE_FIRST, CAMERA_MODE_THIRD, CAMERA_MODE_THIRD_FRONT};
 
 void the_game(
        bool &kill,