Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/bomi/player/mpv_property.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ using MpvFile = MpvLocal8Bit;
using MpvFile = MpvUtf8;
#endif

SIA _ToLog(const MpvFile &file) -> QByteArray { return _ToLog(file.data); }

struct MpvFileList {
MpvFileList() = default;
MpvFileList(const QStringList &names): names(names) { }
Expand Down