summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/software_keyboard.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-04-17 14:50:49 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-04-17 14:50:49 +0200
commitba2c917842ffcefe3bf7a9799cac6cefc8c284bf (patch)
tree2184125784bd7dfe4f6ad2548f5a816af254dc16 /src/core/hle/service/am/applets/software_keyboard.h
parentMerge pull request #6125 from ogniK5377/nvdec-close-dev (diff)
downloadyuzu-ba2c917842ffcefe3bf7a9799cac6cefc8c284bf.tar
yuzu-ba2c917842ffcefe3bf7a9799cac6cefc8c284bf.tar.gz
yuzu-ba2c917842ffcefe3bf7a9799cac6cefc8c284bf.tar.bz2
yuzu-ba2c917842ffcefe3bf7a9799cac6cefc8c284bf.tar.lz
yuzu-ba2c917842ffcefe3bf7a9799cac6cefc8c284bf.tar.xz
yuzu-ba2c917842ffcefe3bf7a9799cac6cefc8c284bf.tar.zst
yuzu-ba2c917842ffcefe3bf7a9799cac6cefc8c284bf.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/am/applets/software_keyboard.h1
1 files changed, 0 insertions, 1 deletions
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;