remove header for commented stats

This commit is contained in:
Stephen Birarda 2015-08-18 09:49:39 -07:00
parent ffa2070a46
commit 5c2348cf0d

View file

@ -51,7 +51,6 @@ const QStringList CLIENT_STATS_TABLE_HEADERS {
const QStringList SERVER_STATS_TABLE_HEADERS {
"Receive Rate (P/s)", "Bandwidth (P/s)", "RTT(ms)", "CW (P)",
//"Total Bytes", "Util Bytes", "Ratio (%)",
"Sent ACK", "Sent LACK", "Sent NAK", "Sent TNAK",
"Recieved ACK2", "Duplicate Packets"
};