remove unused 'next' pointers
[librfid] / include / librfid / rfid_protocol.h
index 446abd9..2c1d0e8 100644 (file)
@@ -49,7 +49,6 @@ enum rfid_protocol_opt {
 #ifdef __LIBRFID__
 
 struct rfid_protocol {
-       struct rfid_protocol *next;
        unsigned int id;
        char *name;
        struct {