tool/MasterDevice.cpp
changeset 1160 f02ff486b313
parent 1148 1762296870bd
child 1184 75cd6681eb08
--- a/tool/MasterDevice.cpp	Mon Jul 28 12:11:50 2008 +0000
+++ b/tool/MasterDevice.cpp	Mon Jul 28 12:15:25 2008 +0000
@@ -68,16 +68,6 @@
 
 /****************************************************************************/
 
-unsigned int MasterDevice::slaveCount()
-{
-    ec_ioctl_master_t data;
-
-    getMaster(&data);
-    return data.slave_count;
-}
-
-/****************************************************************************/
-
 void MasterDevice::getMaster(ec_ioctl_master_t *data)
 {
     if (ioctl(fd, EC_IOCTL_MASTER, data) < 0) {