summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorPtolemy <ptolemy@lindenlab.com>2020-04-28 17:23:09 -0700
committerPtolemy <ptolemy@lindenlab.com>2020-04-28 17:23:09 -0700
commit494d59a2616ce8a120884331a62d754c76864410 (patch)
tree03f100b66273b7f81c9eabfcc71dae6385933020 /indra
parent2054fed4ceada9620d476897500450c27c58db82 (diff)
DRTVWR-510 Cleanup: Remove useless redundant debug lines clear; updateDebugText() is always called before drawDebugText() which already clears the debug text lines
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llviewerwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp
index 73ce481e7b..1add8767b9 100644
--- a/indra/newview/llviewerwindow.cpp
+++ b/indra/newview/llviewerwindow.cpp
@@ -965,7 +965,6 @@ public:
LLFontGL::LEFT, LLFontGL::TOP,
LLFontGL::NORMAL, LLFontGL::NO_SHADOW, S32_MAX, S32_MAX, NULL, FALSE);
}
- mLineList.clear();
}
};