From 4b6597527be56c4384ec414523e8af16de36f6e0 Mon Sep 17 00:00:00 2001 From: lizzie Date: Wed, 18 Mar 2026 00:46:52 +0000 Subject: [PATCH] yay it works --- src/yuzu/applets/qt_profile_select.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/yuzu/applets/qt_profile_select.cpp b/src/yuzu/applets/qt_profile_select.cpp index 1c8c8dfea2..616fb64163 100644 --- a/src/yuzu/applets/qt_profile_select.cpp +++ b/src/yuzu/applets/qt_profile_select.cpp @@ -24,13 +24,6 @@ #include "yuzu/util/controller_navigation.h" namespace { -QString FormatProfileUserEntryText(const QString& username, Common::UUID uuid) { - return QtProfileSelectionDialog::tr( - "%1\n%2", "%1 is the profile username, %2 is the formatted UUID (e.g. " - "00112233-4455-6677-8899-AABBCCDDEEFF))") - .arg(username, QString::fromStdString(uuid.FormattedString())); -} - QString GetProfileImagePath(const Common::UUID uuid) { const auto path = Common::FS::GetEdenPath(Common::FS::EdenPath::NANDDir) /