Skip to content

Commit

Permalink
System: Warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Oct 25, 2024
1 parent 9e5deb8 commit b92eeec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2803,7 +2803,6 @@ bool System::LoadStateFromBuffer(const SaveStateBuffer& buffer, Error* error, bo
{
Assert(IsValid());

std::string_view media_path = buffer.media_path;
u32 media_subimage_index = (buffer.version >= 51) ? buffer.media_subimage_index : 0;
if (!buffer.media_path.empty())
{
Expand Down

0 comments on commit b92eeec

Please sign in to comment.