src/devices/wifi/wifi-net-device.cc
changeset 4322 bad9eed19283
parent 4272 b40ce56e0247
child 4528 49927f942aea
--- a/src/devices/wifi/wifi-net-device.cc	Thu Apr 16 11:00:13 2009 +0200
+++ b/src/devices/wifi/wifi-net-device.cc	Thu Apr 16 11:10:17 2009 +0200
@@ -137,16 +137,6 @@
 }
 
 void 
-WifiNetDevice::SetName(const std::string name)
-{
-  m_name = name;
-}
-std::string 
-WifiNetDevice::GetName(void) const
-{
-  return m_name;
-}
-void 
 WifiNetDevice::SetIfIndex(const uint32_t index)
 {
   m_ifIndex = index;