Reverted change to PropertySheetHelper.cpp

Removing call to SetUserNumBlocks that wasn't required.
This commit is contained in:
Peter Ibbotson 2024-02-05 00:07:15 +00:00
parent 2927a10865
commit 1c2a6032a4
1 changed files with 0 additions and 3 deletions

View File

@ -36,7 +36,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "../Interface.h"
#include "../Uthernet2.h"
#include "../Tfe/PCapBackend.h"
#include "../CmdLine.h"
/*
Config causing AfterClose msgs:
@ -135,8 +134,6 @@ void CPropertySheetHelper::SetSlot(UINT slot, SS_CARDTYPE newCardType)
GetCardMgr().Insert(slot, newCardType);
GetCardMgr().GetRef(slot).InitializeIO(GetCxRomPeripheral());
if (newCardType == CT_GenericHDD)
dynamic_cast<HarddiskInterfaceCard&>(GetCardMgr().GetRef(slot)).SetUserNumBlocks(g_cmdLine.uHarddiskNumBlocks);
}
// Used by: