UI: Remove unused struct

This commit is contained in:
derrod 2021-09-04 06:40:49 +02:00 committed by Jim
parent 6995a7b5ae
commit 79e21eaea3

View File

@ -40,11 +40,6 @@ struct BroadcastDescription {
QString projection;
};
struct BindDescription {
const QString id;
const QString stream_name;
};
bool IsYouTubeService(const std::string &service);
class YoutubeApiWrappers : public YoutubeAuth {