diff options
author | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
commit | 117e22047c5752352342d64e3fb7ce00a4eb8113 (patch) | |
tree | e32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/llviewercontrol.h | |
parent | Second Life viewer sources 1.18.0.6 (diff) | |
download | meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2 meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz |
Second Life viewer sources 1.18.1.2
Diffstat (limited to 'linden/indra/newview/llviewercontrol.h')
-rw-r--r-- | linden/indra/newview/llviewercontrol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewercontrol.h b/linden/indra/newview/llviewercontrol.h index 4324c38..46363b1 100644 --- a/linden/indra/newview/llviewercontrol.h +++ b/linden/indra/newview/llviewercontrol.h | |||
@@ -54,9 +54,11 @@ protected: | |||
54 | LLTextEditor* mComment; | 54 | LLTextEditor* mComment; |
55 | }; | 55 | }; |
56 | 56 | ||
57 | // These functions found in llcontroldef.cpp *TODO: clean this up! | ||
57 | //setting variables are declared in this function | 58 | //setting variables are declared in this function |
58 | void declare_settings(); | 59 | void declare_settings(); |
59 | void fixup_settings(); | 60 | void fixup_settings(); |
61 | void settings_setup_listeners(); | ||
60 | 62 | ||
61 | // saved at end of session | 63 | // saved at end of session |
62 | extern LLControlGroup gSavedSettings; | 64 | extern LLControlGroup gSavedSettings; |