Removed unused method.
--- a/master/master.c Tue Dec 04 12:09:42 2012 +0100
+++ b/master/master.c Tue Dec 04 12:22:38 2012 +0100
@@ -1621,21 +1621,6 @@
/*****************************************************************************/
-/** Detaches the slave configurations from the slaves.
- */
-void ec_master_detach_slave_configs(
- ec_master_t *master /**< EtherCAT master. */
- )
-{
- ec_slave_config_t *sc;
-
- list_for_each_entry(sc, &master->configs, list) {
- ec_slave_config_detach(sc);
- }
-}
-
-/*****************************************************************************/
-
/** Attaches the slave configurations to the slaves.
*/
void ec_master_attach_slave_configs(