Removed all references to GameListModel from the Settings component.

This commit is contained in:
Christian Aguilera
2019-01-17 22:23:07 +00:00
parent 31524288e3
commit 0d02e70d4a
3 changed files with 0 additions and 11 deletions

View File

@ -24,7 +24,6 @@
#include "Core/NetPlayClient.h"
#include "Core/NetPlayServer.h"
#include "DolphinQt/GameList/GameListModel.h"
#include "DolphinQt/QtUtils/QueueOnObject.h"
#include "InputCommon/ControllerInterface/ControllerInterface.h"
@ -296,12 +295,6 @@ void Settings::SetLogConfigVisible(bool visible)
}
}
GameListModel* Settings::GetGameListModel() const
{
static GameListModel* model = new GameListModel;
return model;
}
std::shared_ptr<NetPlay::NetPlayClient> Settings::GetNetPlayClient()
{
return m_client;