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/llvieweruictrlfactory.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/llvieweruictrlfactory.h')
-rw-r--r-- | linden/indra/newview/llvieweruictrlfactory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/newview/llvieweruictrlfactory.h b/linden/indra/newview/llvieweruictrlfactory.h index de9964e..9664732 100644 --- a/linden/indra/newview/llvieweruictrlfactory.h +++ b/linden/indra/newview/llvieweruictrlfactory.h | |||
@@ -38,7 +38,6 @@ class LLNameListCtrl; | |||
38 | class LLNameEditor; | 38 | class LLNameEditor; |
39 | class LLTextureCtrl; | 39 | class LLTextureCtrl; |
40 | class LLWebBrowserCtrl; | 40 | class LLWebBrowserCtrl; |
41 | class LLVolumeSliderCtrl; | ||
42 | class LLViewerTextEditor; | 41 | class LLViewerTextEditor; |
43 | class LLMediaRemoteCtrl; | 42 | class LLMediaRemoteCtrl; |
44 | class LLJoystickAgentTurn; | 43 | class LLJoystickAgentTurn; |
@@ -56,7 +55,6 @@ public: | |||
56 | static LLNameListCtrl* getNameListByName(LLPanel* panelp, const LLString& name); | 55 | static LLNameListCtrl* getNameListByName(LLPanel* panelp, const LLString& name); |
57 | static LLTextureCtrl* getTexturePickerByName(LLPanel* panelp, const LLString& name); | 56 | static LLTextureCtrl* getTexturePickerByName(LLPanel* panelp, const LLString& name); |
58 | static LLWebBrowserCtrl* getWebBrowserByName(LLPanel* panelp, const LLString& name); | 57 | static LLWebBrowserCtrl* getWebBrowserByName(LLPanel* panelp, const LLString& name); |
59 | static LLVolumeSliderCtrl* getVolumeSliderByName( LLPanel* panelp, const LLString& name); | ||
60 | static LLViewerTextEditor* getViewerTextEditorByName( LLPanel* panelp, const LLString& name); | 58 | static LLViewerTextEditor* getViewerTextEditorByName( LLPanel* panelp, const LLString& name); |
61 | static LLNameEditor* getNameEditorByName(LLPanel* panelp, const LLString& name); | 59 | static LLNameEditor* getNameEditorByName(LLPanel* panelp, const LLString& name); |
62 | static LLMediaRemoteCtrl* getMediaRemoteByName(LLPanel* panelp, const LLString& name); | 60 | static LLMediaRemoteCtrl* getMediaRemoteByName(LLPanel* panelp, const LLString& name); |