mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
avoid a null ref, plus some cleanup
This commit is contained in:
@@ -48,18 +48,6 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
public DropMethod Drop;
|
||||
public UUID Id;
|
||||
public int TimeOutms;
|
||||
//public EventType Type;
|
||||
|
||||
public enum EventType : int
|
||||
{
|
||||
Poll = 0,
|
||||
LslHttp = 1,
|
||||
Inventory = 2,
|
||||
Texture = 3,
|
||||
Mesh = 4,
|
||||
Mesh2 = 5,
|
||||
Asset = 6
|
||||
}
|
||||
|
||||
public string Url { get; set; }
|
||||
|
||||
@@ -87,7 +75,6 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
Drop = pDrop;
|
||||
Id = pId;
|
||||
TimeOutms = pTimeOutms;
|
||||
//Type = EventType.Poll;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user