aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/rlvhelper.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-08-19 10:54:12 -0700
committerMcCabe Maxsted2010-08-19 10:54:12 -0700
commit9302b9658ee8a2bc8547d5131faed42b6efa5575 (patch)
treecc43f4af2b727abf18986b283eface47cd23e59a /linden/indra/newview/rlvhelper.cpp
parentDisable ParticleChat by default, as it's a privacy concern. (diff)
downloadmeta-impy-9302b9658ee8a2bc8547d5131faed42b6efa5575.zip
meta-impy-9302b9658ee8a2bc8547d5131faed42b6efa5575.tar.gz
meta-impy-9302b9658ee8a2bc8547d5131faed42b6efa5575.tar.bz2
meta-impy-9302b9658ee8a2bc8547d5131faed42b6efa5575.tar.xz
Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.e
Diffstat (limited to 'linden/indra/newview/rlvhelper.cpp')
-rw-r--r--linden/indra/newview/rlvhelper.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/linden/indra/newview/rlvhelper.cpp b/linden/indra/newview/rlvhelper.cpp
index 67ffbe2..f509a43 100644
--- a/linden/indra/newview/rlvhelper.cpp
+++ b/linden/indra/newview/rlvhelper.cpp
@@ -1,7 +1,6 @@
1#include "llviewerprecompiledheaders.h" 1#include "llviewerprecompiledheaders.h"
2#include "llagent.h" 2#include "llagent.h"
3#include "llfloaterwindlight.h" 3#include "llfloaterwindlight.h"
4#include "llinventoryview.h"
5#include "llviewerobject.h" 4#include "llviewerobject.h"
6#include "llviewerstats.h" 5#include "llviewerstats.h"
7#include "llviewerwindow.h" 6#include "llviewerwindow.h"
@@ -12,12 +11,6 @@
12#include "rlvevent.h" 11#include "rlvevent.h"
13#include "rlvhandler.h" 12#include "rlvhandler.h"
14 13
15// Only defined in llinventorybridge.cpp
16#if RLV_TARGET < RLV_MAKE_TARGET(1, 23, 0) // Version: 1.22.11
17 #include "llinventorybridge.h"
18 void confirm_replace_attachment_rez(S32 option, void* user_data);
19#endif
20
21// ============================================================================ 14// ============================================================================
22// Static variable initialization 15// Static variable initialization
23// 16//