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
d1538be2
Commit
d1538be2
authored
Sep 27, 2016
by
Hans-Christian Ebke
Browse files
Remove stale declaration of cmpPriority.
parent
2a9499a7
Pipeline
#2908
failed with stage
in 1811 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ACG/GL/IRenderer.hh
View file @
d1538be2
...
...
@@ -177,14 +177,6 @@ protected:
//=========================================================================
protected:
/** \brief Compare priority of render objects
*
* compare function for qsort. This is required to compare render objects based
* on their prioerity and render them in the right order
*/
static
int
cmpPriority
(
const
void
*
,
const
void
*
);
/** \brief Sort the renderobjects by priority
*
* Sort array of renderobjects by priority and store the result in sortedObjects_.
...
...
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