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