diff options
author | Richard Linden <none@none> | 2011-02-24 18:38:29 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-02-24 18:38:29 -0800 |
commit | fd8dff8a448e7d2125a9b91351efb7d69e10e0a3 (patch) | |
tree | 2cf2011ffa7cb8b314f51dfeffa06bcb22347e75 /indra/newview/llfloaterwebcontent.cpp | |
parent | 83e92c6190e0832f85c40e79883e8b1607ad8db2 (diff) |
SOCIAL-551 WIP add buttons to open people and profile windows
detecting if a profile window is visible now relies on the key the window was opened with and not the current url of that window
this way you can navigate away from your profile and still close the window with the profile button
removed unused getURL() function
Diffstat (limited to 'indra/newview/llfloaterwebcontent.cpp')
-rw-r--r-- | indra/newview/llfloaterwebcontent.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llfloaterwebcontent.cpp b/indra/newview/llfloaterwebcontent.cpp index bcbb01ab1d..058567492b 100644 --- a/indra/newview/llfloaterwebcontent.cpp +++ b/indra/newview/llfloaterwebcontent.cpp @@ -400,8 +400,3 @@ void LLFloaterWebContent::onPopExternal() LLWeb::loadURLExternal( url ); }; } - -std::string LLFloaterWebContent::getURL() const -{ - return mAddressCombo->getValue().asString(); -} |