Skip to content
Snippets Groups Projects
Commit c9f6bf93 authored by Julien Michel's avatar Julien Michel
Browse files

COMP: Fixed compilation warning (unused variables)

parent 01e13ebb
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,6 @@ VerticalAsymptoteCurve::VerticalAsymptoteCurve()
void VerticalAsymptoteCurve::Render(const RegionType& extent,const AffineTransformType * space2ScreenTransform)
{
double x,y;
PointType spacePoint, screenPoint;
// Rendering bounds
......
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