mirror of https://github.com/BOINC/boinc.git
Merge pull request #1838 from AenBleidd/PVS_V530_manager
Manager: Remove unused function call.
This commit is contained in:
commit
d15ebedb92
|
@ -127,7 +127,6 @@ void CSimpleProjectWebSitesPopupButton::OnMenuLinkClicked(wxCommandEvent& event)
|
|||
} else{
|
||||
int menuId = menuIDevt - WEBSITE_URL_MENU_ID;
|
||||
PROJECT* project = pDoc->state.lookup_project(ctrl_url);
|
||||
project->gui_urls[menuId].name.c_str();
|
||||
|
||||
wxLaunchDefaultBrowser(wxString(project->gui_urls[menuId].url.c_str(),wxConvUTF8));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue