Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
528fc196
Commit
528fc196
authored
Nov 19, 2015
by
Jan Möbius
Browse files
Unused variables
parent
841bc94e
Changes
1
Show whitespace changes
Inline
Side-by-side
ACG/Scenegraph/StatusNodesT.cc
View file @
528fc196
...
...
@@ -595,10 +595,6 @@ void StatusNodeT<Mesh, Mod>::getRenderObjects(IRenderer* _renderer,
update_cache
();
bool
shaded
=
false
,
smooth
=
false
,
wires
=
((
this
->
drawMode
()
==
DrawModes
::
DEFAULT
)
||
this
->
drawMode
().
getLayerIndexByPrimitive
(
DrawModes
::
PRIMITIVE_WIREFRAME
)
>=
0
||
_drawMode
.
getLayerIndexByPrimitive
(
DrawModes
::
PRIMITIVE_WIREFRAME
)
>=
0
),
points
=
((
this
->
drawMode
()
==
DrawModes
::
DEFAULT
)
||
this
->
drawMode
().
getLayerIndexByPrimitive
(
DrawModes
::
PRIMITIVE_POINT
)
>=
0
||
_drawMode
.
getLayerIndexByPrimitive
(
DrawModes
::
PRIMITIVE_POINT
)
>=
0
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment