File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1327,7 +1327,7 @@ const S32 LLViewerParcelMgr::getAgentParcelId() const
1327
1327
return INVALID_PARCEL_ID;
1328
1328
}
1329
1329
1330
- void LLViewerParcelMgr::sendParcelPropertiesUpdate (LLParcel* parcel, bool use_agent_region )
1330
+ void LLViewerParcelMgr::sendParcelPropertiesUpdate (LLParcel* parcel)
1331
1331
{
1332
1332
if (!parcel)
1333
1333
return ;
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ class LLViewerParcelMgr : public LLSingleton<LLViewerParcelMgr>
219
219
// containing the southwest corner of the selection.
220
220
// If want_reply_to_update, simulator will send back a ParcelProperties
221
221
// message.
222
- void sendParcelPropertiesUpdate (LLParcel* parcel, bool use_agent_region = false );
222
+ void sendParcelPropertiesUpdate (LLParcel* parcel);
223
223
224
224
// Takes an Access List flag, like AL_ACCESS or AL_BAN
225
225
void sendParcelAccessListUpdate (U32 which);
You can’t perform that action at this time.
0 commit comments