From ba2c917842ffcefe3bf7a9799cac6cefc8c284bf Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Sat, 17 Apr 2021 08:50:49 -0400 Subject: applets: Make the applet mode a protected property of Applet --- src/core/hle/service/am/applets/software_keyboard.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/hle/service/am/applets/software_keyboard.h') diff --git a/src/core/hle/service/am/applets/software_keyboard.h b/src/core/hle/service/am/applets/software_keyboard.h index 85aeb4eb1..7c67b7574 100644 --- a/src/core/hle/service/am/applets/software_keyboard.h +++ b/src/core/hle/service/am/applets/software_keyboard.h @@ -136,7 +136,6 @@ private: void ReplyChangedStringUtf8V2(); void ReplyMovedCursorUtf8V2(); - LibraryAppletMode applet_mode; Core::Frontend::SoftwareKeyboardApplet& frontend; Core::System& system; -- cgit v1.2.3