summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-10-17 15:12:02 -0700
committercallum_linden <none@none>2014-10-17 15:12:02 -0700
commitcf2bdb285c48d8e0784b58c0dedb1b58caa53e4d (patch)
tree7e390a03d35199dc692b678ea02a7c7af215e8e4
parent76a35059f2d4dfb17223de9bff493379793f5cc0 (diff)
Update to build on Xcode 6.0: more removal of unused const variables [-Wunused-const-variable]
-rwxr-xr-xindra/llxml/llxmlnode.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llxml/llxmlnode.cpp b/indra/llxml/llxmlnode.cpp
index cb99496ef1..455df13e48 100755
--- a/indra/llxml/llxmlnode.cpp
+++ b/indra/llxml/llxmlnode.cpp
@@ -43,8 +43,6 @@
#include "lluuid.h"
#include "lldir.h"
-const S32 MAX_COLUMN_WIDTH = 80;
-
// static
BOOL LLXMLNode::sStripEscapedStrings = TRUE;
BOOL LLXMLNode::sStripWhitespaceValues = FALSE;