1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 02:09:35 +02:00

native code cleanup: synchronization with ics branch

This commit is contained in:
Nikolay Pultsin 2013-02-01 15:38:23 +00:00
parent 4bbf4ba990
commit fcafd8120a
3 changed files with 7 additions and 13 deletions

View file

@ -53,6 +53,3 @@ int OleUtil::get1Byte(const char *buffer, unsigned int offset) {
const unsigned char *buf = (const unsigned char*)buffer;
return (int)buf[offset];
}