aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterstats.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-03-22 12:26:13 -0700
committerMcCabe Maxsted2009-03-22 12:26:13 -0700
commit5838a959f0524bd3351b1d887162016142d5c855 (patch)
treedb1bd038c9a97dcee588bd02216f29c656c732e1 /linden/indra/newview/llfloaterstats.cpp
parentRemoved slviewer-0-v12160-LostConnectionOnLogin.patch (diff)
downloadmeta-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.cpp3
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
43const S32 LL_SCROLL_BORDER = 1; 42const S32 LL_SCROLL_BORDER = 1;
44 43
@@ -65,8 +64,6 @@ LLFloaterStats::LLFloaterStats(const LLRect& rect)
65 64
66LLFloaterStats::~LLFloaterStats() 65LLFloaterStats::~LLFloaterStats()
67{ 66{
68 // save position of floater
69 gSavedSettings.setRect("FloaterStatsRect", getRect());
70} 67}
71 68
72void LLFloaterStats::reshape(S32 width, S32 height, BOOL called_from_parent) 69void LLFloaterStats::reshape(S32 width, S32 height, BOOL called_from_parent)