remove unused refresh_plugin_tips

already called in onDocumentLoaded when switch language

Change-Id: I78cfac62ea772baebc04bc7124976b75b7124199
This commit is contained in:
lane.wei 2022-08-02 22:10:31 +08:00 committed by Lane.Wei
parent ab7628ac76
commit 988910f986
1 changed files with 0 additions and 4 deletions

View File

@ -2578,10 +2578,6 @@ void GUI_App::recreate_GUI(const wxString& msg_name)
// }); // });
m_is_recreating_gui = false; m_is_recreating_gui = false;
CallAfter([this]() {
mainframe->refresh_plugin_tips();
});
} }
void GUI_App::system_info() void GUI_App::system_info()