From 79e21eaea3904b4f479e87febcd2484f3fe05ed0 Mon Sep 17 00:00:00 2001 From: derrod Date: Sat, 4 Sep 2021 06:40:49 +0200 Subject: [PATCH] UI: Remove unused struct --- UI/youtube-api-wrappers.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/UI/youtube-api-wrappers.hpp b/UI/youtube-api-wrappers.hpp index 871ea77b8..0514599be 100644 --- a/UI/youtube-api-wrappers.hpp +++ b/UI/youtube-api-wrappers.hpp @@ -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 {