caryclark 2015-10-20 11:09:41 -07:00 коммит произвёл Commit bot
Родитель a1bde7d2e1
Коммит c752badbe3
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -320,9 +320,6 @@ SkTypeface* SkReadBuffer::readTypeface() {
uint32_t index = fReader.readU32();
if (0 == index || index > (unsigned)fTFCount) {
if (index) {
SkDebugf("====== typeface index %d\n", index);
}
return nullptr;
} else {
SkASSERT(fTFArray);