diff options
Diffstat (limited to 'linden/indra/newview/llfloaterhtmlhelp.h')
-rw-r--r-- | linden/indra/newview/llfloaterhtmlhelp.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/linden/indra/newview/llfloaterhtmlhelp.h b/linden/indra/newview/llfloaterhtmlhelp.h index fa04f06..83f15cd 100644 --- a/linden/indra/newview/llfloaterhtmlhelp.h +++ b/linden/indra/newview/llfloaterhtmlhelp.h | |||
@@ -50,9 +50,8 @@ public: | |||
50 | class LLComboBox; | 50 | class LLComboBox; |
51 | class LLWebBrowserCtrl; | 51 | class LLWebBrowserCtrl; |
52 | 52 | ||
53 | class LLFloaterMediaBrowser : public LLFloater, public LLUISingleton<LLFloaterMediaBrowser, VisibilityPolicy<LLFloater> >, public LLWebBrowserCtrlObserver | 53 | class LLFloaterMediaBrowser : public LLFloater, public LLFloaterSingleton<LLFloaterMediaBrowser>, public LLWebBrowserCtrlObserver |
54 | { | 54 | { |
55 | friend class LLUISingleton<LLFloaterMediaBrowser, VisibilityPolicy<LLFloater> >; | ||
56 | public: | 55 | public: |
57 | LLFloaterMediaBrowser(const LLSD& media_data); | 56 | LLFloaterMediaBrowser(const LLSD& media_data); |
58 | 57 | ||
@@ -65,9 +64,6 @@ public: | |||
65 | void openMedia(const std::string& media_url); | 64 | void openMedia(const std::string& media_url); |
66 | void buildURLHistory(); | 65 | void buildURLHistory(); |
67 | 66 | ||
68 | static LLFloaterMediaBrowser* showInstance(const LLSD& id); | ||
69 | |||
70 | static void toggle(); | ||
71 | static void helpF1(); | 67 | static void helpF1(); |
72 | 68 | ||
73 | private: | 69 | private: |