Remove unused C4Group::GetStatus

issue1247
Nicolas Hake 2015-02-13 18:27:41 +01:00
parent 413e66ff97
commit 340e0e3f64
2 changed files with 0 additions and 7 deletions

View File

@ -2012,12 +2012,6 @@ C4Group* C4Group::GetMother()
return Mother;
}
int C4Group::GetStatus()
{
return Status;
}
bool C4Group::CloseExclusiveMother()
{
if (Mother && ExclusiveChild)

View File

@ -247,7 +247,6 @@ public:
size_t EntrySize(const char *szWildCard=NULL);
size_t AccessedEntrySize() { return iCurrFileSize; } // retrieve size of last accessed entry
unsigned int EntryCRC32(const char *szWildCard=NULL);
int GetStatus();
inline bool IsOpen() { return Status != GRPF_Inactive; }
C4Group *GetMother();
inline bool IsPacked() { return Status == GRPF_File; }