Add cancel button to password change menu. (#5720)
[oweals/minetest.git] / src / constants.h
index 4079d0d8fb07964021dca527f0a336fa71280280..fb9e97cb3c09f3161fde756480a7e3b1e309432f 100644 (file)
@@ -90,12 +90,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 // Maximum hit points of a player
 #define PLAYER_MAX_HP 20
 
-// Player weight
-#define PLAYER_DEFAULT_WEIGHT 75
-
-// Player step height
-#define PLAYER_DEFAULT_STEPHEIGHT 0.6f
-
 // Maximal breath of a player
 #define PLAYER_MAX_BREATH 11