Removed redundant variable initialisation.

This commit is contained in:
Ryan Dortmans
2004-09-10 06:56:14 +00:00
parent 9fcb3c6bfc
commit 50f73c902c
+1 -3
View File
@@ -234,9 +234,7 @@ void PrefsManager::Init()
/* XXX: Set these defaults for individual consoles using VideoCardDefaults.ini. */
m_bPAL = false;
#ifdef _XBOX
resizing = false;
#else
#ifndef _XBOX
m_bInterlaced = false;
#endif