Skip to content

Commit

Permalink
Remove remaining modstore code (#6120)
Browse files Browse the repository at this point in the history
  • Loading branch information
octacian authored and nerzhul committed Jul 14, 2017
1 parent 32b68de commit dc3ca09
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1,241 deletions.
8 changes: 0 additions & 8 deletions builtin/mainmenu/init.lua
Expand Up @@ -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")
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit dc3ca09

Please sign in to comment.