From 1bc78a0512f5909dcbe974a901f6ccd94c2a974b Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Wed, 8 Sep 2010 16:01:32 +0200 Subject: [PATCH] Remove ftdi_eeprom_getsize also from the CPP Wrapper --- ftdipp/ftdi.cpp | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) 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); -- 1.7.1