aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llkeywords.cpp
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-04-08 04:47:32 +1000
committerDavid Walter Seikel2013-04-08 04:47:32 +1000
commit0f7ca330c308a5edb51ee325faf26e5498b38af9 (patch)
tree1ed99b02793514c85238bbc23f7881b7c9727d37 /linden/indra/llui/llkeywords.cpp
parentA little more 64 bit clean now. (diff)
downloadmeta-impy-0f7ca330c308a5edb51ee325faf26e5498b38af9.zip
meta-impy-0f7ca330c308a5edb51ee325faf26e5498b38af9.tar.gz
meta-impy-0f7ca330c308a5edb51ee325faf26e5498b38af9.tar.bz2
meta-impy-0f7ca330c308a5edb51ee325faf26e5498b38af9.tar.xz
Delete a big bunch of unused variables.
Diffstat (limited to 'linden/indra/llui/llkeywords.cpp')
-rw-r--r--linden/indra/llui/llkeywords.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/llui/llkeywords.cpp b/linden/indra/llui/llkeywords.cpp
index 93da44c..a50dbff 100644
--- a/linden/indra/llui/llkeywords.cpp
+++ b/linden/indra/llui/llkeywords.cpp
@@ -288,7 +288,6 @@ void LLKeywords::findSegments(std::vector<LLTextSegment *>* seg_list, const LLWS
288 288
289 const llwchar* base = wtext.c_str(); 289 const llwchar* base = wtext.c_str();
290 const llwchar* cur = base; 290 const llwchar* cur = base;
291 const llwchar* line = NULL;
292 291
293 while( *cur ) 292 while( *cur )
294 { 293 {
@@ -304,7 +303,6 @@ void LLKeywords::findSegments(std::vector<LLTextSegment *>* seg_list, const LLWS
304 } 303 }
305 304
306 // Start of a new line 305 // Start of a new line
307 line = cur;
308 306
309 // Skip white space 307 // Skip white space
310 while( *cur && isspace(*cur) && (*cur != '\n') ) 308 while( *cur && isspace(*cur) && (*cur != '\n') )