diff options
Diffstat (limited to '')
-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); |