From 1cbe23ed7b0d527a4ae2595ee7810a5c4579ed0a Mon Sep 17 00:00:00 2001 From: lat9nq Date: Thu, 17 Mar 2022 16:55:30 -0400 Subject: yuzu: Move disable_web_applet to UISettings --- src/yuzu/main.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/yuzu/main.h') diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 6a35b9e3d..f8ff34557 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -400,9 +400,6 @@ private: // Last game booted, used for multi-process apps QString last_filename_booted; - // Disables the web applet for the rest of the emulated session - bool disable_web_applet{}; - // Applets QtSoftwareKeyboardDialog* software_keyboard = nullptr; -- cgit v1.2.3