mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 09:49:14 +00:00
CGE: Remove useless function
This commit is contained in:
parent
8b388b6829
commit
bb2f63d285
@ -109,10 +109,6 @@ BtKeypack *BtFile::find(const char *key) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
int keycomp(const void *k1, const void *k2) {
|
||||
return scumm_strnicmp((const char *) k1, (const char*) k2, kBtKeySize);
|
||||
}
|
||||
|
||||
void BtPage::read(Common::ReadStream &s) {
|
||||
_hea._count = s.readUint16LE();
|
||||
_hea._down = s.readUint16LE();
|
||||
|
Loading…
x
Reference in New Issue
Block a user