Skip to content
Snippets Groups Projects
Commit f81c648a authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Unused variable warnings

parent ffd52a1f
No related branches found
No related tags found
No related merge requests found
......@@ -567,8 +567,6 @@ class LLAudioDecodeMgr::Impl
void LLAudioDecodeMgr::Impl::processQueue(const F32 num_secs)
{
LLUUID uuid;
LLTimer decode_timer;
BOOL done = FALSE;
......
......@@ -768,7 +768,6 @@ void LLFolderView::removeSelectedItems()
// iterate through the new container.
count = items.size();
LLUUID new_selection_id;
LLFolderViewItem* item_to_select = getNextUnselectedItem();
if(count == 1)
......
......@@ -666,8 +666,6 @@ void LLMultiSlider::draw()
// drawing solids requires texturing be disabled
gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE);
LLRect rect(mDragStartThumbRect);
F32 opacity = getEnabled() ? 1.f : 0.3f;
// Track
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment