diff -r 54149a703c47 -r 1c7033e7c1b9 master/pdo.h --- 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; /*****************************************************************************/