Switch to side-by-side view

--- a/src/DIF/RMT/RelayAndMux.ned
+++ b/src/DIF/RMT/RelayAndMux.ned
@@ -1,5 +1,5 @@
 //
-// Copyright © 2014 PRISTINE Consortium (http://ict-pristine.eu)
+// Copyright © 2014 - 2015 PRISTINE Consortium (http://ict-pristine.eu)
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
@@ -24,14 +24,11 @@
 module RelayAndMux
 {
     parameters:
-        @display("i=block/classifier;bgb=645,275");
+        @display("i=block/classifier;bgb=645,230");
 
         string schedPolicyName = default("LongestQFirst");
         string qMonitorPolicyName = default("SimpleMonitor");
         string maxQPolicyName = default("TailDrop");
-
-        double TxQueuingTime @unit(ms) = default(0.0ms);
-        double RxQueuingTime @unit(ms) = default(0.0ms);
 
         int defaultMaxQLength = default(20);
         int defaultThreshQLength = default(10);