Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Testicular Slingshot
Alchemy Viewer
Commits
33acfce5
Commit
33acfce5
authored
Jul 14, 2017
by
Drake Arconis
Browse files
Remove uneeded call to updateFriendList
parent
fec4b2f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
indra/newview/llpanelpeople.cpp
View file @
33acfce5
...
@@ -729,8 +729,6 @@ BOOL LLPanelPeople::postBuild()
...
@@ -729,8 +729,6 @@ BOOL LLPanelPeople::postBuild()
mOnlineFriendList
->
setRefreshCompleteCallback
(
boost
::
bind
(
&
LLPanelPeople
::
onFriendListRefreshComplete
,
this
,
_1
,
_2
));
mOnlineFriendList
->
setRefreshCompleteCallback
(
boost
::
bind
(
&
LLPanelPeople
::
onFriendListRefreshComplete
,
this
,
_1
,
_2
));
mAllFriendList
->
setRefreshCompleteCallback
(
boost
::
bind
(
&
LLPanelPeople
::
onFriendListRefreshComplete
,
this
,
_1
,
_2
));
mAllFriendList
->
setRefreshCompleteCallback
(
boost
::
bind
(
&
LLPanelPeople
::
onFriendListRefreshComplete
,
this
,
_1
,
_2
));
updateFriendList
();
return
TRUE
;
return
TRUE
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment