Browse Source

UI: Remove unused struct

derrod 4 năm trước cách đây
mục cha
commit
79e21eaea3
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      UI/youtube-api-wrappers.hpp

+ 0 - 5
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 {