From 5c12677705f06208970b1589c47c5d6c2167ac82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Vanda=C3=ABle?= Date: Wed, 29 Oct 2025 10:47:39 +0100 Subject: [PATCH] OnScreenDisplayPane: Fix unused-variable warning This is used in AdvancedPane and was seemingly accidentally copied over --- Source/Core/DolphinQt/Settings/OnScreenDisplayPane.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/Core/DolphinQt/Settings/OnScreenDisplayPane.cpp b/Source/Core/DolphinQt/Settings/OnScreenDisplayPane.cpp index 7c279d4437..53f1888709 100644 --- a/Source/Core/DolphinQt/Settings/OnScreenDisplayPane.cpp +++ b/Source/Core/DolphinQt/Settings/OnScreenDisplayPane.cpp @@ -186,10 +186,6 @@ void OnScreenDisplayPane::AddDescriptions() "but the slower it will be to update." "

If unsure, leave this " "at 1000ms."); - static const char TR_LOG_RENDERTIME_DESCRIPTION[] = QT_TR_NOOP( - "Logs the render time of every frame to User/Logs/render_time.txt.

Use this " - "feature to measure Dolphin's performance.

If " - "unsure, leave this unchecked."); static const char TR_SHOW_NETPLAY_PING_DESCRIPTION[] = QT_TR_NOOP( "Shows the player's maximum ping while playing on "