summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprofile.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-05-27 17:55:04 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-05-27 17:55:04 +0300
commitd4a799a1a8ce11a808c97d73c03f16d3b3e41597 (patch)
tree2d7537e058e4e65ffb1222bbfab0eefb3f9182b0 /indra/newview/llpanelprofile.h
parent2ed401882e5ee28415c2ec70e6391855c006769f (diff)
SL-15312 Online status
Diffstat (limited to 'indra/newview/llpanelprofile.h')
-rw-r--r--indra/newview/llpanelprofile.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h
index b53a892ba6..cf3b6c0eb1 100644
--- a/indra/newview/llpanelprofile.h
+++ b/indra/newview/llpanelprofile.h
@@ -147,8 +147,6 @@ protected:
BOOL final,
void* userdata);
- bool isGrantedToSeeOnlineStatus();
-
/**
* Displays avatar's online status if possible.
*
@@ -162,7 +160,7 @@ protected:
* - Else: Offline
*/
void updateOnlineStatus();
- void processOnlineStatus(bool online);
+ void processOnlineStatus(bool show_online, bool online);
private:
/*virtual*/ void setLoaded();