Skip to content

Commit dc3ca09

Browse files
octaciannerzhul
authored andcommittedJul 14, 2017
Remove remaining modstore code (#6120)
1 parent 32b68de commit dc3ca09

14 files changed

+1
-1241
lines changed
 

‎builtin/mainmenu/init.lua

-8
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ dofile(basepath .. "fstk" .. DIR_DELIM .. "ui.lua")
3636
dofile(menupath .. DIR_DELIM .. "common.lua")
3737
dofile(menupath .. DIR_DELIM .. "gamemgr.lua")
3838
dofile(menupath .. DIR_DELIM .. "modmgr.lua")
39-
dofile(menupath .. DIR_DELIM .. "store.lua")
4039
dofile(menupath .. DIR_DELIM .. "textures.lua")
4140

4241
dofile(menupath .. DIR_DELIM .. "dlg_config_world.lua")
@@ -152,13 +151,6 @@ local function init_globals()
152151
ui.set_default("maintab")
153152
tv_main:show()
154153

155-
-- Create modstore ui
156-
if PLATFORM == "Android" then
157-
modstore.init({x = 12, y = 6}, 3, 2)
158-
else
159-
modstore.init({x = 12, y = 8}, 4, 3)
160-
end
161-
162154
ui.update()
163155

164156
core.sound_play("main_menu", true)

0 commit comments

Comments
 (0)
Please sign in to comment.