diff options
author | Kent Quirk <q@lindenlab.com> | 2010-01-10 15:28:09 -0500 |
---|---|---|
committer | Kent Quirk <q@lindenlab.com> | 2010-01-10 15:28:09 -0500 |
commit | 47dd146c43064a3637641d26db36ea58d26d8a43 (patch) | |
tree | 98d6cc9da412ef0f3a57459a89ccb0c8a953ee58 /indra/newview/llviewermedia.h | |
parent | b88563b23bed940f44f863814ad12dac13f823da (diff) |
Reverting change that broke the build so we can get a working build for QA
Diffstat (limited to 'indra/newview/llviewermedia.h')
-rw-r--r-- | indra/newview/llviewermedia.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llviewermedia.h b/indra/newview/llviewermedia.h index 3ce9f1887c..b103c48bd8 100644 --- a/indra/newview/llviewermedia.h +++ b/indra/newview/llviewermedia.h @@ -115,12 +115,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 |