From: Uwe Bonnes Date: Wed, 8 Sep 2010 14:01:32 +0000 (+0200) Subject: Remove ftdi_eeprom_getsize also from the CPP Wrapper X-Git-Tag: v1.0rc1~133^2~125 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=1bc78a0512f5909dcbe974a901f6ccd94c2a974b Remove ftdi_eeprom_getsize also from the CPP Wrapper --- diff --git a/ftdipp/ftdi.cpp b/ftdipp/ftdi.cpp index 82c1fca..de0735d 100644 --- a/ftdipp/ftdi.cpp +++ b/ftdipp/ftdi.cpp @@ -403,11 +403,6 @@ void Eeprom::set_size(int size) return ftdi_eeprom_setsize(d->context, &d->eeprom, size); } -int Eeprom::size(unsigned char *eeprom, int maxsize) -{ - return ftdi_read_eeprom_getsize(d->context, eeprom, maxsize); -} - int Eeprom::chip_id(unsigned int *chipid) { return ftdi_read_chipid(d->context, chipid);