DolphinQt2: Remove unimplemented prototypes

Also removes an unnecessary includes in related files
This commit is contained in:
Lioncash
2017-07-26 15:53:42 -04:00
parent 10db1bcbca
commit 80b938b403
9 changed files with 0 additions and 27 deletions

View File

@ -8,7 +8,6 @@
#include <QVector>
#include "Common/NonCopyable.h"
#include "Core/HW/SI/SI.h"
namespace DiscIO
{
@ -30,12 +29,10 @@ public:
QString GetProfilesDir() const;
QVector<QString> GetProfiles(const InputConfig* config) const;
QString GetProfileINIPath(const InputConfig* config, const QString& name) const;
bool IsInDevelopmentWarningEnabled() const;
// GameList
QStringList GetPaths() const;
void AddPath(const QString& path);
void SetPaths(const QStringList& paths);
void RemovePath(const QString& path);
bool GetPreferredView() const;
void SetPreferredView(bool table);