From: Joel Holdsworth Date: Sat, 24 Mar 2012 12:46:29 +0000 (+0000) Subject: Removed unneeded declarations X-Git-Tag: sigrok-firmware-fx2lafw-0.1.0~35 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=e086d6ee9d5b6c681c706b9c4f8353b54565abaf;hp=8375421ce76f7170be575c3abdc1bbb71243a05a;p=sigrok-firmware-fx2lafw.git Removed unneeded declarations --- diff --git a/include/fx2lafw.h b/include/fx2lafw.h index 7d5877dd..fcafa62e 100644 --- a/include/fx2lafw.h +++ b/include/fx2lafw.h @@ -21,14 +21,3 @@ #include #define SYNCDELAY() SYNCDELAY4 - -/** - * Performs setup common to all fx2lafw devices. - */ -void fx2lafw_init(void); - -/** - * Performs a single iteration of the main loop code which is common - * to all fx2lafw devices. - */ -void fx2lafw_poll(void);