Remove settings that only were used by DolphinWX

This commit is contained in:
JosJuice
2018-07-16 21:15:41 +02:00
parent 325f3c6ee5
commit c663dc9e00
2 changed files with 0 additions and 31 deletions

View File

@ -155,8 +155,6 @@ struct SConfig
bool bFullscreen = false, bRenderToMain = false;
bool bDisableScreenSaver = false;
int iPosX, iPosY, iWidth, iHeight;
// Analytics settings.
std::string m_analytics_id;
bool m_analytics_enabled = false;
@ -239,10 +237,6 @@ struct SConfig
bool m_OCEnable;
float m_OCFactor;
// other interface settings
bool m_InterfaceToolbar;
bool m_InterfaceStatusbar;
bool m_InterfaceLogWindow;
bool m_InterfaceLogConfigWindow;
bool m_InterfaceExtendedFPSInfo;
bool m_show_active_title = false;
bool m_use_builtin_title_database = true;
@ -293,8 +287,6 @@ struct SConfig
bool m_PauseOnFocusLost;
bool m_DisableTooltips;
// DSP settings
bool m_DSPEnableJIT;
bool m_DSPCaptureLog;