diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llfloaterpreference.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterpreference.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/linden/indra/newview/llfloaterpreference.h b/linden/indra/newview/llfloaterpreference.h index 939a4a4..2a19f26 100644 --- a/linden/indra/newview/llfloaterpreference.h +++ b/linden/indra/newview/llfloaterpreference.h | |||
@@ -69,10 +69,7 @@ public: | |||
69 | 69 | ||
70 | LLTabContainer* getTabContainer() { return mTabContainer; } | 70 | LLTabContainer* getTabContainer() { return mTabContainer; } |
71 | 71 | ||
72 | void setPersonalInfo( | 72 | void setPersonalInfo(const std::string& visibility, bool im_via_email, const std::string& email); |
73 | const char* visibility, | ||
74 | BOOL im_via_email, | ||
75 | const char* email); | ||
76 | 73 | ||
77 | static void onTabChanged(void* user_data, bool from_click); | 74 | static void onTabChanged(void* user_data, bool from_click); |
78 | 75 | ||
@@ -109,10 +106,7 @@ public: | |||
109 | static void show(void*); | 106 | static void show(void*); |
110 | 107 | ||
111 | // static data update, called from message handler | 108 | // static data update, called from message handler |
112 | static void updateUserInfo( | 109 | static void updateUserInfo(const std::string& visibility, bool im_via_email, const std::string& email); |
113 | const char* visibility, | ||
114 | BOOL im_via_email, | ||
115 | const char* email); | ||
116 | 110 | ||
117 | // refresh all the graphics preferences menus | 111 | // refresh all the graphics preferences menus |
118 | static void refreshEnabledGraphics(); | 112 | static void refreshEnabledGraphics(); |