summaryrefslogtreecommitdiff
path: root/indra/llcommon/indra_constants.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-07-21 16:26:52 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-07-21 16:26:52 -0400
commitca5bd96bb0d60c795b78c883e91792d4a68ad2c1 (patch)
tree44476d0a8e3cf0f2d32e9d7c9e8ef1c950fae306 /indra/llcommon/indra_constants.h
parent4311ee30ec52260f38ac20e70a0fc1847cc4b7d0 (diff)
parentd26356d7e16191da90cae23d3871d4e7289e175f (diff)
merge
Diffstat (limited to 'indra/llcommon/indra_constants.h')
-rw-r--r--indra/llcommon/indra_constants.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llcommon/indra_constants.h b/indra/llcommon/indra_constants.h
index d0f287657e..0745696ef3 100644
--- a/indra/llcommon/indra_constants.h
+++ b/indra/llcommon/indra_constants.h
@@ -387,8 +387,6 @@ const S32 MAP_SIM_RETURN_NULL_SIMS = 0x00010000;
const S32 MAP_SIM_PRELUDE = 0x00020000;
// Crash reporter behavior
-const char* const CRASH_SETTINGS_FILE = "settings_crash_behavior.xml";
-const char* const CRASH_BEHAVIOR_SETTING = "CrashSubmitBehavior";
const S32 CRASH_BEHAVIOR_ASK = 0;
const S32 CRASH_BEHAVIOR_ALWAYS_SEND = 1;
const S32 CRASH_BEHAVIOR_NEVER_SEND = 2;