diff options
Diffstat (limited to 'linden/indra/newview/llprefscolors.h')
-rw-r--r-- | linden/indra/newview/llprefscolors.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linden/indra/newview/llprefscolors.h b/linden/indra/newview/llprefscolors.h index d580add..88ea371 100644 --- a/linden/indra/newview/llprefscolors.h +++ b/linden/indra/newview/llprefscolors.h | |||
@@ -47,11 +47,9 @@ public: | |||
47 | private: | 47 | private: |
48 | static void onCommitCheckSelfName(LLUICtrl* ctrl, void* userdata); | 48 | static void onCommitCheckSelfName(LLUICtrl* ctrl, void* userdata); |
49 | static void onCommitCheckFriends(LLUICtrl* ctrl, void* userdata); | 49 | static void onCommitCheckFriends(LLUICtrl* ctrl, void* userdata); |
50 | static void onCommitCheckClient(LLUICtrl* ctrl, void* userdata); | ||
51 | void refreshColors(); | 50 | void refreshColors(); |
52 | void updateFriendsCheck(); | 51 | void updateFriendsCheck(); |
53 | void updateSelfCheck(); | 52 | void updateSelfCheck(); |
54 | void updateClientCheck(); | ||
55 | 53 | ||
56 | LLColor4 mSystemChatColor; | 54 | LLColor4 mSystemChatColor; |
57 | LLColor4 mUserChatColor; | 55 | LLColor4 mUserChatColor; |
@@ -65,7 +63,6 @@ private: | |||
65 | LLColor4 mFriendsChatColor; | 63 | LLColor4 mFriendsChatColor; |
66 | LLColor4 mOwnNameChatColor; | 64 | LLColor4 mOwnNameChatColor; |
67 | LLColor4 mEffectColor; | 65 | LLColor4 mEffectColor; |
68 | LLColor4 mClientTagColor; | ||
69 | }; | 66 | }; |
70 | 67 | ||
71 | #endif //LLPREFSCOLORS_H | 68 | #endif //LLPREFSCOLORS_H |