aboutsummaryrefslogtreecommitdiff
path: root/builtin/game/mod_profiling.lua
diff options
context:
space:
mode:
authoronkrot <vob999@bk.ru>2015-08-16 00:25:27 +0500
committerLoic Blot <loic.blot@unix-experience.fr>2015-08-16 14:29:33 +0200
commit5556ba168fb8bb3c234311564de36c4b130c8ab1 (patch)
tree5d1b47d9d5305de738779cd33d01c9737b5c28c2 /builtin/game/mod_profiling.lua
parentee6cad154699959193d9a0395eb1d144a495c377 (diff)
downloadminetest-5556ba168fb8bb3c234311564de36c4b130c8ab1.tar.gz
minetest-5556ba168fb8bb3c234311564de36c4b130c8ab1.tar.bz2
minetest-5556ba168fb8bb3c234311564de36c4b130c8ab1.zip
Remove unused functions.
Diffstat (limited to 'builtin/game/mod_profiling.lua')
0 files changed, 0 insertions, 0 deletions
_ELEM_STATBAR, "statbar"}, {HUD_ELEM_INVENTORY, "inventory"}, {HUD_ELEM_WAYPOINT, "waypoint"}, {HUD_ELEM_IMAGE_WAYPOINT, "image_waypoint"}, {HUD_ELEM_COMPASS, "compass"}, {HUD_ELEM_MINIMAP, "minimap"}, {0, NULL}, }; const struct EnumString es_HudElementStat[] = { {HUD_STAT_POS, "position"}, {HUD_STAT_POS, "pos"}, /* Deprecated, only for compatibility's sake */ {HUD_STAT_NAME, "name"}, {HUD_STAT_SCALE, "scale"}, {HUD_STAT_TEXT, "text"}, {HUD_STAT_NUMBER, "number"}, {HUD_STAT_ITEM, "item"}, {HUD_STAT_ITEM, "precision"}, {HUD_STAT_DIR, "direction"}, {HUD_STAT_ALIGN, "alignment"}, {HUD_STAT_OFFSET, "offset"}, {HUD_STAT_WORLD_POS, "world_pos"}, {HUD_STAT_SIZE, "size"}, {HUD_STAT_Z_INDEX, "z_index"},