Skip to content

Commit 2443109

Browse files
committed
remove unused argument in sendParcelPropertiesUpdate()
1 parent e7c25dc commit 2443109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

indra/newview/llviewerparcelmgr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ const S32 LLViewerParcelMgr::getAgentParcelId() const
13271327
return INVALID_PARCEL_ID;
13281328
}
13291329

1330-
void LLViewerParcelMgr::sendParcelPropertiesUpdate(LLParcel* parcel, bool use_agent_region)
1330+
void LLViewerParcelMgr::sendParcelPropertiesUpdate(LLParcel* parcel)
13311331
{
13321332
if(!parcel)
13331333
return;

indra/newview/llviewerparcelmgr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class LLViewerParcelMgr : public LLSingleton<LLViewerParcelMgr>
219219
// containing the southwest corner of the selection.
220220
// If want_reply_to_update, simulator will send back a ParcelProperties
221221
// message.
222-
void sendParcelPropertiesUpdate(LLParcel* parcel, bool use_agent_region = false);
222+
void sendParcelPropertiesUpdate(LLParcel* parcel);
223223

224224
// Takes an Access List flag, like AL_ACCESS or AL_BAN
225225
void sendParcelAccessListUpdate(U32 which);

0 commit comments

Comments
 (0)