Removed redundant variable initialisation.
This commit is contained in:
@@ -234,9 +234,7 @@ void PrefsManager::Init()
|
|||||||
|
|
||||||
/* XXX: Set these defaults for individual consoles using VideoCardDefaults.ini. */
|
/* XXX: Set these defaults for individual consoles using VideoCardDefaults.ini. */
|
||||||
m_bPAL = false;
|
m_bPAL = false;
|
||||||
#ifdef _XBOX
|
#ifndef _XBOX
|
||||||
resizing = false;
|
|
||||||
#else
|
|
||||||
m_bInterlaced = false;
|
m_bInterlaced = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user