diff options
Diffstat (limited to 'linden/indra/newview/llfloaterstats.cpp')
-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) |