Skip to content

Commit

Permalink
Remove bogus assert.
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Aug 2, 2023
1 parent 97b5c9c commit b62b366
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/util/resource_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ wxBitmapBundle ResourceManager::GetSVG(const wxString& path)
}
else
{
assert(wxBitmapBundle::FromSVGFile(path, wxSize(16, 16)).IsOk() &&
L"Failed to load SVG icon!");

wxVector<wxBitmap> bmps;
bmps.push_back(m_zipCatalog.ReadSVG(path, wxSize(16, 16)));
bmps.push_back(m_zipCatalog.ReadSVG(path, wxSize(32, 32)));
Expand Down

0 comments on commit b62b366

Please sign in to comment.