remove a couple of unused variables
This commit is contained in:
parent
cc93288a6b
commit
7a0a44037a
@ -85,7 +85,6 @@ function unified_inventory.get_formspec(player, page)
|
|||||||
local player_name = player:get_player_name()
|
local player_name = player:get_player_name()
|
||||||
local ui_peruser,draw_lite_mode = unified_inventory.get_per_player_formspec(player_name)
|
local ui_peruser,draw_lite_mode = unified_inventory.get_per_player_formspec(player_name)
|
||||||
|
|
||||||
local formheaderx = ui_peruser.form_header_x
|
|
||||||
local formheadery = ui_peruser.form_header_y
|
local formheadery = ui_peruser.form_header_y
|
||||||
|
|
||||||
unified_inventory.current_page[player_name] = page
|
unified_inventory.current_page[player_name] = page
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
local S = minetest.get_translator("unified_inventory")
|
local S = minetest.get_translator("unified_inventory")
|
||||||
local NS = function(s) return s end
|
local NS = function(s) return s end
|
||||||
local F = minetest.formspec_escape
|
local F = minetest.formspec_escape
|
||||||
local inv_voffs = 4.75
|
|
||||||
|
|
||||||
minetest.register_privilege("creative", {
|
minetest.register_privilege("creative", {
|
||||||
description = S("Can use the creative inventory"),
|
description = S("Can use the creative inventory"),
|
||||||
@ -170,7 +169,6 @@ unified_inventory.register_page("craft", {
|
|||||||
local formheadery = perplayer_formspec.form_header_y
|
local formheadery = perplayer_formspec.form_header_y
|
||||||
local craftx = perplayer_formspec.craft_x
|
local craftx = perplayer_formspec.craft_x
|
||||||
local crafty = perplayer_formspec.craft_y
|
local crafty = perplayer_formspec.craft_y
|
||||||
local inv_voffs = perplayer_formspec.inv_voffs
|
|
||||||
local craftresultx = craftx + 5
|
local craftresultx = craftx + 5
|
||||||
|
|
||||||
local player_name = player:get_player_name()
|
local player_name = player:get_player_name()
|
||||||
|
Loading…
Reference in New Issue
Block a user