diff options
author | Cho <cho@lindenlab.com> | 2013-06-28 22:31:18 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-06-28 22:31:18 +0100 |
commit | db8422f7841ab875c9dc636e10ae5993216d4a5b (patch) | |
tree | 9d58d02927a0a018b3b02d512d4f31b01a8f335d /indra/newview/llfloatersocial.h | |
parent | 8c36966a07a599269c3a0fa2fca2f8ba1844e06f (diff) |
made sure photo preview is only generated when photo tab is visible for ACME-649
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r-- | indra/newview/llfloatersocial.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h index 95ba688430..89b9e2016a 100644 --- a/indra/newview/llfloatersocial.h +++ b/indra/newview/llfloatersocial.h @@ -110,7 +110,6 @@ public: LLFloaterSocial(const LLSD& key); BOOL postBuild(); void onCancel(); - void onOpen(const LLSD& key); static void preUpdate(); static void postUpdate(); |