src/helper/csma-helper.cc
changeset 4448 641b88d1e131
parent 4264 9d2e96c4e6e4
child 4709 b0743dbc4e55
--- a/src/helper/csma-helper.cc	Mon May 18 14:10:49 2009 +0100
+++ b/src/helper/csma-helper.cc	Tue May 19 15:34:20 2009 +0200
@@ -65,18 +65,6 @@
 }
 
 void 
-CsmaHelper::SetDeviceParameter (std::string n1, const AttributeValue &v1)
-{
-  SetDeviceAttribute (n1, v1);
-}
-
-void 
-CsmaHelper::SetChannelParameter (std::string n1, const AttributeValue &v1)
-{
-  SetChannelAttribute (n1, v1);
-}
-
-void 
 CsmaHelper::EnablePcap (std::string filename, uint32_t nodeid, uint32_t deviceid, bool promiscuous)
 {
   std::ostringstream oss;