Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Andrew Bauer
VTK
Commits
355de610
Commit
355de610
authored
Nov 01, 1995
by
Ken Martin
Browse files
removed unnecc error condition
parent
3a5a87da
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vtkSbrRenderWindow.cc
View file @
355de610
...
...
@@ -438,13 +438,6 @@ Colormap vtkSbrRenderWindow::GetDesiredColormap ()
}
}
if
(
retVal
!=
1
)
{
fprintf
(
stderr
,
"Too many visuals match display+depth+class
\n
"
);
return
0
;
}
/*
* a ColorMap MUST be created
*/
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment