summaryrefslogtreecommitdiff
path: root/src/yuzu/util/util.h
diff options
context:
space:
mode:
authorboludoz <francomaro@gmail.com>2023-10-15 14:44:23 -0300
committerboludoz <francomaro@gmail.com>2023-10-15 14:44:23 -0300
commit4d4fe69223bd6cd053cbd2088e5925fb653a12d3 (patch)
tree5559faeafc73e93fc652588e6556e6bb97fb4d6b /src/yuzu/util/util.h
parent0a75519ab590e250c94dc04b3f6072a69ef7e96b (diff)
Unnecessary feature removed
Diffstat (limited to 'src/yuzu/util/util.h')
-rw-r--r--src/yuzu/util/util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/yuzu/util/util.h b/src/yuzu/util/util.h
index 8839e160a..31e82ff67 100644
--- a/src/yuzu/util/util.h
+++ b/src/yuzu/util/util.h
@@ -8,11 +8,9 @@
#include <QString>
/// Returns a QFont object appropriate to use as a monospace font for debugging widgets, etc.
-
[[nodiscard]] QFont GetMonospaceFont();
/// Convert a size in bytes into a readable format (KiB, MiB, etc.)
-
[[nodiscard]] QString ReadableByteSize(qulonglong size);
/**
@@ -34,5 +32,4 @@
*
* @return bool If the operation succeeded
*/
-
[[nodiscard]] bool SaveIconToFile(const QImage& image, const std::filesystem::path& icon_path);