From 3ff5896dc65320c30b1676dfb844e5918deff42b Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 7 Sep 2021 12:35:47 +0200 Subject: [PATCH] [libcalamares] Remove unused method --- src/libcalamares/locale/Translation.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/libcalamares/locale/Translation.h b/src/libcalamares/locale/Translation.h index 67de90821..39b177351 100644 --- a/src/libcalamares/locale/Translation.h +++ b/src/libcalamares/locale/Translation.h @@ -86,11 +86,6 @@ public: /** @brief Get the Qt locale. */ QLocale locale() const { return m_locale; } - /** @brief Get the Qt-internal name (code) of the locale - * - * This is not necessarily the same as what is in id(). - */ - QString name() const { return m_locale.name(); } /** @brief Gets the Calamares internal name (code) of the locale. * * This is a strongly-typed return to avoid it ending up all over