aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvieweruictrlfactory.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llvieweruictrlfactory.h2
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;
38class LLNameEditor; 38class LLNameEditor;
39class LLTextureCtrl; 39class LLTextureCtrl;
40class LLWebBrowserCtrl; 40class LLWebBrowserCtrl;
41class LLVolumeSliderCtrl;
42class LLViewerTextEditor; 41class LLViewerTextEditor;
43class LLMediaRemoteCtrl; 42class LLMediaRemoteCtrl;
44class LLJoystickAgentTurn; 43class 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);