diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index a62d897..3e92658 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -1065,7 +1065,7 @@ namespace OpenSim.Client.MXP.ClientStack | |||
1065 | throw new System.NotImplementedException(); | 1065 | throw new System.NotImplementedException(); |
1066 | } | 1066 | } |
1067 | 1067 | ||
1068 | public void ReprioritizeUpdates(UpdatePriorityHandler handler) | 1068 | public void ReprioritizeUpdates() |
1069 | { | 1069 | { |
1070 | } | 1070 | } |
1071 | 1071 | ||