diff options
author | Justin Clark-Casey (justincc) | 2011-05-06 22:45:03 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-05-06 22:45:03 +0100 |
commit | 3d095e84d63e97e88bcb946498eba14de81705b4 (patch) | |
tree | 917e3940def04a76a462878908be571d1f68adfc /OpenSim/Region | |
parent | remove obsolete [StandAlone] config section parsing, none of which was actual... (diff) | |
download | opensim-SC_OLD-3d095e84d63e97e88bcb946498eba14de81705b4.zip opensim-SC_OLD-3d095e84d63e97e88bcb946498eba14de81705b4.tar.gz opensim-SC_OLD-3d095e84d63e97e88bcb946498eba14de81705b4.tar.bz2 opensim-SC_OLD-3d095e84d63e97e88bcb946498eba14de81705b4.tar.xz |
minor: remove mono compiler warnings
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs b/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs index 62e6fae..8f8124e 100644 --- a/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs +++ b/OpenSim/Region/OptionalModules/Agent/UDP/Linden/LindenUDPInfoModule.cs | |||
@@ -189,7 +189,7 @@ namespace OpenSim.Region.CoreModules.UDP.Linden | |||
189 | int maxNameLength = 18; | 189 | int maxNameLength = 18; |
190 | int maxRegionNameLength = 14; | 190 | int maxRegionNameLength = 14; |
191 | int maxTypeLength = 4; | 191 | int maxTypeLength = 4; |
192 | int totalInfoFieldsLength = maxNameLength + columnPadding + maxRegionNameLength + columnPadding + maxTypeLength + columnPadding; | 192 | // int totalInfoFieldsLength = maxNameLength + columnPadding + maxRegionNameLength + columnPadding + maxTypeLength + columnPadding; |
193 | 193 | ||
194 | report.Append(GetColumnEntry("User", maxNameLength, columnPadding)); | 194 | report.Append(GetColumnEntry("User", maxNameLength, columnPadding)); |
195 | report.Append(GetColumnEntry("Region", maxRegionNameLength, columnPadding)); | 195 | report.Append(GetColumnEntry("Region", maxRegionNameLength, columnPadding)); |