master/pdo.h
changeset 996 1c7033e7c1b9
parent 934 96241b092fac
child 1055 2be8918682fa
--- a/master/pdo.h	Thu Jun 12 07:45:27 2008 +0000
+++ b/master/pdo.h	Thu Jun 12 07:47:26 2008 +0000
@@ -59,8 +59,6 @@
     int8_t sync_index; /**< Assigned sync manager. */
     char *name; /**< Pdo name. */
     struct list_head entries; /**< List of Pdo entries. */
-    unsigned int default_config; /**< The entries contain the default Pdo
-                                   configuration. */
 } ec_pdo_t;
 
 /*****************************************************************************/