CGE: Remove useless function

This commit is contained in:
Strangerke 2011-08-26 23:32:05 +02:00
parent 8b388b6829
commit bb2f63d285

View File

@ -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();