diff options
author | Richard Linden <none@none> | 2010-05-29 13:31:37 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-05-29 13:31:37 -0700 |
commit | 2646eb816677ccda533396235c2270989424d618 (patch) | |
tree | 33db9369c6cffa1eeb4046c0b3ab25f87f41df2e /indra/newview/llchathistory.h | |
parent | 4f41b775b9240d85daad63d15184cd285b6a5371 (diff) |
EXT-7557 - About Second Life > Credits does not open with scrollbar all the way at the top
also made floaters not update title label every time they are resized
Diffstat (limited to 'indra/newview/llchathistory.h')
-rw-r--r-- | indra/newview/llchathistory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llchathistory.h b/indra/newview/llchathistory.h index 950b32861b..fa1f2e04a4 100644 --- a/indra/newview/llchathistory.h +++ b/indra/newview/llchathistory.h @@ -122,7 +122,6 @@ class LLChatHistory : public LLUICtrl */ void appendMessage(const LLChat& chat, const LLSD &args = LLSD(), const LLStyle::Params& input_append_params = LLStyle::Params()); /*virtual*/ void clear(); - /*virtual*/ void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); private: std::string mLastFromName; |