From beac0c60e8188cb593ac82df2c0773576b493c93 Mon Sep 17 00:00:00 2001 From: Russell Sim Date: Sun, 14 Jun 2020 07:00:40 +0200 Subject: Remove unnecessary variable assignment --- proto-wine/proton.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/proto-wine/proton.cpp b/proto-wine/proton.cpp index e8d69fd9..f2b0269e 100644 --- a/proto-wine/proton.cpp +++ b/proto-wine/proton.cpp @@ -79,8 +79,7 @@ QProcessEnvironment make_steam_environ(const QString& proton_path, int appid) QString proton_path(const QString& proton_path) { - QString wine_path = proton_path + "/dist/bin/wine"; - return wine_path; + return proton_path + "/dist/bin/wine"; } #endif -- cgit v1.2.3