Skip to content

Commit

Permalink
Merge pull request xbmc#26215 from ksooo/fileitem-archive-remove-obso…
Browse files Browse the repository at this point in the history
…lete-comment

[FileItem] CFileItem::Archive: Remove obsolete comment.
  • Loading branch information
ksooo authored Jan 2, 2025
2 parents 42c9101 + 352ab33 commit 7b1394f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xbmc/FileItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,6 @@ void CFileItem::Reset()
SetInvalid();
}

// do not archive dynamic path
void CFileItem::Archive(CArchive& ar)
{
CGUIListItem::Archive(ar);
Expand Down

0 comments on commit 7b1394f

Please sign in to comment.