From 306d132232a18b4b0bb059160d07107b63d949b8 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 27 Mar 2018 22:35:06 -0400 Subject: [PATCH] MainWindow: Remove unused std::string variable in NetPlayHost() --- Source/Core/DolphinQt2/MainWindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/DolphinQt2/MainWindow.cpp b/Source/Core/DolphinQt2/MainWindow.cpp index 8b9b22d33e..0f301d904c 100644 --- a/Source/Core/DolphinQt2/MainWindow.cpp +++ b/Source/Core/DolphinQt2/MainWindow.cpp @@ -928,7 +928,6 @@ bool MainWindow::NetPlayHost(const QString& game_id) const std::string traversal_host = Config::Get(Config::NETPLAY_TRAVERSAL_SERVER); const u16 traversal_port = Config::Get(Config::NETPLAY_TRAVERSAL_PORT); - const std::string nickname = Config::Get(Config::NETPLAY_NICKNAME); if (is_traversal) host_port = Config::Get(Config::NETPLAY_LISTEN_PORT);