mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
DolphinQt2: Remove unimplemented prototypes
Also removes an unnecessary includes in related files
This commit is contained in:
parent
10db1bcbca
commit
80b938b403
9 changed files with 0 additions and 27 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue