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