minor: remove warning from LLClientView

mysql-performance
Justin Clark-Casey (justincc) 2010-01-22 16:26:42 +00:00
parent 5f5fdc3624
commit 2308b375a7
1 changed files with 2 additions and 2 deletions

View File

@ -9091,8 +9091,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
private bool HandleSendPostcard(IClientAPI client, Packet packet) private bool HandleSendPostcard(IClientAPI client, Packet packet)
{ {
SendPostcardPacket SendPostcard = // SendPostcardPacket SendPostcard =
(SendPostcardPacket)packet; // (SendPostcardPacket)packet;
SendPostcard handlerSendPostcard = OnSendPostcard; SendPostcard handlerSendPostcard = OnSendPostcard;
if (handlerSendPostcard != null) if (handlerSendPostcard != null)
{ {