Merge pull request #1838 from AenBleidd/PVS_V530_manager

Manager: Remove unused function call.
This commit is contained in:
David Anderson 2017-04-02 19:09:09 -07:00 committed by GitHub
commit d15ebedb92
1 changed files with 0 additions and 1 deletions

View File

@ -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));
}