# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1354620158 -3600
# Node ID 8e0bab31fdddf9524c78cf792074cb61e11a6e67
# Parent  30a6df891e7dcbeb4f154247e14636bd4a15668c
Removed unused method.

diff -r 30a6df891e7d -r 8e0bab31fddd master/master.c
--- 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(