diff options
author | Andrew Meadows <andrew@lindenlab.com> | 2012-12-13 15:30:46 -0800 |
---|---|---|
committer | Andrew Meadows <andrew@lindenlab.com> | 2012-12-13 15:30:46 -0800 |
commit | eca33374fbcbf8c7098c93c80ff2a92ab43fc772 (patch) | |
tree | 6214b6471dd4a5c99fbbfd98df1de1b092f25924 /indra/newview/llviewerobjectlist.h | |
parent | b8bd81f7f362f47305d57246159ed14d187163c9 (diff) |
MAINT-2123 remove WARNINGS about unknown local_id in KillObject message
We now ignore unkown local_id's in KillObject.
Reviewed with davep.
Diffstat (limited to 'indra/newview/llviewerobjectlist.h')
-rw-r--r-- | indra/newview/llviewerobjectlist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewerobjectlist.h b/indra/newview/llviewerobjectlist.h index 449a4633ff..6518c25d09 100644 --- a/indra/newview/llviewerobjectlist.h +++ b/indra/newview/llviewerobjectlist.h @@ -188,7 +188,6 @@ public: S32 mNumUnknownUpdates; S32 mNumDeadObjectUpdates; - S32 mNumUnknownKills; S32 mNumDeadObjects; protected: std::vector<U64> mOrphanParents; // LocalID/ip,port of orphaned objects |