]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - builtin/mainmenu/init.lua
Remove remaining modstore code (#6120)
[dragonfireclient.git] / builtin / mainmenu / init.lua
index da4c3ccef01e4de1634aebb4fbe1155a184d9927..ea64bf03c048b16d5fc27a0ec57f841c2c63d753 100644 (file)
@@ -36,7 +36,6 @@ dofile(basepath .. "fstk" .. DIR_DELIM .. "ui.lua")
 dofile(menupath .. DIR_DELIM .. "common.lua")
 dofile(menupath .. DIR_DELIM .. "gamemgr.lua")
 dofile(menupath .. DIR_DELIM .. "modmgr.lua")
-dofile(menupath .. DIR_DELIM .. "store.lua")
 dofile(menupath .. DIR_DELIM .. "textures.lua")
 
 dofile(menupath .. DIR_DELIM .. "dlg_config_world.lua")
@@ -152,13 +151,6 @@ local function init_globals()
        ui.set_default("maintab")
        tv_main:show()
 
-       -- Create modstore ui
-       if PLATFORM == "Android" then
-               modstore.init({x = 12, y = 6}, 3, 2)
-       else
-               modstore.init({x = 12, y = 8}, 4, 3)
-       end
-
        ui.update()
 
        core.sound_play("main_menu", true)