Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
XDG Integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
JennaHuntsman
XDG Integration
Commits
f81c648a
Commit
f81c648a
authored
4 years ago
by
Rye Mutt
Browse files
Options
Downloads
Patches
Plain Diff
Unused variable warnings
parent
ffd52a1f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
indra/llaudio/llaudiodecodemgr.cpp
+0
-2
0 additions, 2 deletions
indra/llaudio/llaudiodecodemgr.cpp
indra/llui/llfolderview.cpp
+0
-1
0 additions, 1 deletion
indra/llui/llfolderview.cpp
indra/llui/llmultislider.cpp
+0
-2
0 additions, 2 deletions
indra/llui/llmultislider.cpp
with
0 additions
and
5 deletions
indra/llaudio/llaudiodecodemgr.cpp
+
0
−
2
View file @
f81c648a
...
...
@@ -567,8 +567,6 @@ class LLAudioDecodeMgr::Impl
void
LLAudioDecodeMgr
::
Impl
::
processQueue
(
const
F32
num_secs
)
{
LLUUID
uuid
;
LLTimer
decode_timer
;
BOOL
done
=
FALSE
;
...
...
This diff is collapsed.
Click to expand it.
indra/llui/llfolderview.cpp
+
0
−
1
View file @
f81c648a
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
indra/llui/llmultislider.cpp
+
0
−
2
View file @
f81c648a
...
...
@@ -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.3
f
;
// Track
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment