minor: remove warning from LLClientView

This commit is contained in:
Justin Clark-Casey (justincc)
2010-01-22 16:26:42 +00:00
parent 5f5fdc3624
commit 2308b375a7

View File

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