From 715b597ef14a9132ca8196840a42f5d0b77cd74b Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sun, 23 Dec 2018 22:19:49 -0500 Subject: [PATCH] Removed comment from swkbdConfigSetInitialText, since the previous tmem commit fixed this. --- nx/include/switch/applets/swkbd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/nx/include/switch/applets/swkbd.h b/nx/include/switch/applets/swkbd.h index 0f97be17..44d89d71 100644 --- a/nx/include/switch/applets/swkbd.h +++ b/nx/include/switch/applets/swkbd.h @@ -166,7 +166,6 @@ void swkbdConfigSetGuideText(SwkbdConfig* c, const char* str); /** * @brief Sets the Initial text. The default is "". - * @note The swkbd applet currently doesn't display this, unknown why. * @param c SwkbdConfig struct. * @param str UTF-8 input string. */