diff options
author | McCabe Maxsted | 2009-03-22 12:26:13 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-03-22 12:26:13 -0700 |
commit | 5838a959f0524bd3351b1d887162016142d5c855 (patch) | |
tree | db1bd038c9a97dcee588bd02216f29c656c732e1 /linden/indra/newview/llfloaterstats.cpp | |
parent | Removed slviewer-0-v12160-LostConnectionOnLogin.patch (diff) | |
download | meta-impy-5838a959f0524bd3351b1d887162016142d5c855.zip meta-impy-5838a959f0524bd3351b1d887162016142d5c855.tar.gz meta-impy-5838a959f0524bd3351b1d887162016142d5c855.tar.bz2 meta-impy-5838a959f0524bd3351b1d887162016142d5c855.tar.xz |
Removed slviewer-0-v12160-RememberStatsPosAndSize.patch
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterstats.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linden/indra/newview/llfloaterstats.cpp b/linden/indra/newview/llfloaterstats.cpp index 17e600e..745cb27 100644 --- a/linden/indra/newview/llfloaterstats.cpp +++ b/linden/indra/newview/llfloaterstats.cpp | |||
@@ -38,7 +38,6 @@ | |||
38 | #include "llfloater.h" | 38 | #include "llfloater.h" |
39 | #include "llstatview.h" | 39 | #include "llstatview.h" |
40 | #include "llscrollcontainer.h" | 40 | #include "llscrollcontainer.h" |
41 | #include "llviewercontrol.h" | ||
42 | 41 | ||
43 | const S32 LL_SCROLL_BORDER = 1; | 42 | const S32 LL_SCROLL_BORDER = 1; |
44 | 43 | ||
@@ -65,8 +64,6 @@ LLFloaterStats::LLFloaterStats(const LLRect& rect) | |||
65 | 64 | ||
66 | LLFloaterStats::~LLFloaterStats() | 65 | LLFloaterStats::~LLFloaterStats() |
67 | { | 66 | { |
68 | // save position of floater | ||
69 | gSavedSettings.setRect("FloaterStatsRect", getRect()); | ||
70 | } | 67 | } |
71 | 68 | ||
72 | void LLFloaterStats::reshape(S32 width, S32 height, BOOL called_from_parent) | 69 | void LLFloaterStats::reshape(S32 width, S32 height, BOOL called_from_parent) |