From 2ba6785f090bcf0dbc6fadb77a6ec0fab84d0690 Mon Sep 17 00:00:00 2001 From: DS Date: Fri, 7 Jun 2019 22:12:20 +0200 Subject: Remove modstore leftovers. Fix core.show_path_select_dialog documentation (#8572) This was forgotten in #5852. --- builtin/mainmenu/tab_content.lua | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'builtin/mainmenu') diff --git a/builtin/mainmenu/tab_content.lua b/builtin/mainmenu/tab_content.lua index 362fcd8d3..336730bf4 100644 --- a/builtin/mainmenu/tab_content.lua +++ b/builtin/mainmenu/tab_content.lua @@ -153,11 +153,6 @@ local function handle_buttons(tabview, fields, tabname, tabdata) return true end - if fields["btn_mod_mgr_install_local"] ~= nil then - core.show_file_open_dialog("mod_mgt_open_dlg", fgettext("Select Package File:")) - return true - end - if fields["btn_contentdb"] ~= nil then local dlg = create_store_dlg() dlg:set_parent(tabview) @@ -201,12 +196,6 @@ local function handle_buttons(tabview, fields, tabname, tabdata) return true end - if fields["mod_mgt_open_dlg_accepted"] and - fields["mod_mgt_open_dlg_accepted"] ~= "" then - pkgmgr.install_mod(fields["mod_mgt_open_dlg_accepted"],nil) - return true - end - return false end -- cgit v1.2.3