Removed old RLV code. Plugged holes with RLVa.
This commit is contained in:
@@ -52,6 +52,9 @@
|
||||
#include "llviewerwindow.h"
|
||||
#include "llweb.h"
|
||||
#include "llsdserialize.h"
|
||||
// [RLVa:KB]
|
||||
#include "rlvhandler.h"
|
||||
// [/RLVa:KB]
|
||||
|
||||
LLFloaterTeleportHistory::LLFloaterTeleportHistory(const LLSD& seed)
|
||||
: LLFloater(std::string("teleporthistory")),
|
||||
@@ -103,12 +106,11 @@ BOOL LLFloaterTeleportHistory::postBuild()
|
||||
|
||||
void LLFloaterTeleportHistory::addPendingEntry(std::string regionName, S16 x, S16 y, S16 z)
|
||||
{
|
||||
#ifdef LL_RRINTERFACE_H //MK
|
||||
if (gRRenabled && gAgent.mRRInterface.mContainsShowloc)
|
||||
{
|
||||
// [RLVa:KB]
|
||||
if(gRlvHandler.hasBehaviour(RLV_BHVR_SHOWLOC))
|
||||
return;
|
||||
}
|
||||
#endif //mk
|
||||
// [/RLVa:KB]
|
||||
|
||||
|
||||
// Set pending entry timestamp
|
||||
U32 utc_time;
|
||||
|
||||
Reference in New Issue
Block a user