From 673d37a7c212808ea7f5b1bb4404d943c188eead Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Tue, 28 Sep 2021 21:50:19 -0400 Subject: configure_network: Remove BCAT --- src/yuzu/configuration/configure_network.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/yuzu/configuration/configure_network.h') diff --git a/src/yuzu/configuration/configure_network.h b/src/yuzu/configuration/configure_network.h index 442b68e6b..028fd4acc 100644 --- a/src/yuzu/configuration/configure_network.h +++ b/src/yuzu/configuration/configure_network.h @@ -25,10 +25,5 @@ public: private: void SetConfiguration(); - std::pair BCATDownloadEvents(); - void OnBCATImplChanged(); - void OnUpdateBCATEmptyLabel(std::pair string); - std::unique_ptr ui; - QFutureWatcher> watcher{this}; }; -- cgit v1.2.3