mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 20:34:07 +02:00
Remove Environment Server
This commit is contained in:
parent
fd11e13eaa
commit
db5e5a4f75
2 changed files with 1 additions and 2 deletions
|
@ -90,7 +90,7 @@ BandwidthDialog::BandwidthDialog(QWidget* parent) :
|
|||
new BandwidthChannelDisplay({NodeType::Unassigned}, form, "Other", "Kbps", 1.0, COLOR2);
|
||||
_allChannelDisplays[5] = _totalChannelDisplay =
|
||||
new BandwidthChannelDisplay({NodeType::DomainServer, NodeType::EntityServer,
|
||||
NodeType::EnvironmentServer, NodeType::AudioMixer, NodeType::Agent,
|
||||
NodeType::AudioMixer, NodeType::Agent,
|
||||
NodeType::AvatarMixer, NodeType::Unassigned},
|
||||
form, "Total", "Kbps", 1.0, COLOR2);
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@ typedef quint8 NodeType_t;
|
|||
namespace NodeType {
|
||||
const NodeType_t DomainServer = 'D';
|
||||
const NodeType_t EntityServer = 'o'; // was ModelServer
|
||||
const NodeType_t EnvironmentServer = 'E';
|
||||
const NodeType_t Agent = 'I';
|
||||
const NodeType_t AudioMixer = 'M';
|
||||
const NodeType_t AvatarMixer = 'W';
|
||||
|
|
Loading…
Reference in a new issue