GCMemcard: Remove needless second definition of DENTRY_SIZE.

This commit is contained in:
Admiral H. Curtiss 2018-12-01 17:13:41 +01:00
parent 3d77a43e67
commit 860e003b0c
1 changed files with 0 additions and 1 deletions

View File

@ -163,7 +163,6 @@ static_assert(sizeof(Header) == BLOCK_SIZE);
struct DEntry
{
static const u8 DENTRY_SIZE = 0x40;
DEntry() { memset(this, 0xFF, DENTRY_SIZE); }
std::string GCI_FileName() const
{