diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2010-02-08 18:32:53 +0200 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2010-02-08 18:32:53 +0200 |
commit | d60d73a9e09dac3fa4508d8eddb8202614ff3536 (patch) | |
tree | a9d38b20e0f3578cad08ee338a8b3bd7542c2304 /indra/newview/llviewermedia.h | |
parent | d2d6af3dfa0f8a423016f5972d44a9721b1be1ee (diff) |
Fixed major bug EXT-5022 (streaming media first use dialog should be removed)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llviewermedia.h')
-rw-r--r-- | indra/newview/llviewermedia.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llviewermedia.h b/indra/newview/llviewermedia.h index ff18ed605a..daad70f14f 100644 --- a/indra/newview/llviewermedia.h +++ b/indra/newview/llviewermedia.h @@ -117,11 +117,6 @@ class LLViewerMedia // This is the comparitor used to sort the list. static bool priorityComparitor(const LLViewerMediaImpl* i1, const LLViewerMediaImpl* i2); - // For displaying the media first-run dialog. - static bool needsMediaFirstRun(); - static void displayMediaFirstRun(); - static bool firstRunCallback(const LLSD& notification, const LLSD& response); - }; // Implementation functions not exported into header file |