OnScreenDisplayPane: Fix unused-variable warning

This is used in AdvancedPane and was seemingly accidentally copied over
This commit is contained in:
Joshua Vandaële 2025-10-29 10:47:39 +01:00
parent b66b2f71af
commit 5c12677705
No known key found for this signature in database
GPG Key ID: 6BB95AF71EB0F406

View File

@ -186,10 +186,6 @@ void OnScreenDisplayPane::AddDescriptions()
"but the slower it will be to update."
"<br><br><dolphin_emphasis>If unsure, leave this "
"at 1000ms.</dolphin_emphasis>");
static const char TR_LOG_RENDERTIME_DESCRIPTION[] = QT_TR_NOOP(
"Logs the render time of every frame to User/Logs/render_time.txt.<br><br>Use this "
"feature to measure Dolphin's performance.<br><br><dolphin_emphasis>If "
"unsure, leave this unchecked.</dolphin_emphasis>");
static const char TR_SHOW_NETPLAY_PING_DESCRIPTION[] = QT_TR_NOOP(
"Shows the player's maximum ping while playing on "