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
Christian Butz
VTK
Commits
fec70028
Commit
fec70028
authored
Dec 29, 2005
by
Will Schroeder
Browse files
BUG:Removed warning due to unused variable
parent
b7112b56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Widgets/vtkBorderRepresentation.cxx
View file @
fec70028
...
...
@@ -26,7 +26,7 @@
#include
"vtkObjectFactory.h"
vtkCxxRevisionMacro
(
vtkBorderRepresentation
,
"1.
4
"
);
vtkCxxRevisionMacro
(
vtkBorderRepresentation
,
"1.
5
"
);
vtkStandardNewMacro
(
vtkBorderRepresentation
);
...
...
@@ -131,10 +131,6 @@ void vtkBorderRepresentation::WidgetInteraction(double eventPos[2])
par2
[
0
]
=
fpos1
[
0
]
+
fpos2
[
0
];
par2
[
1
]
=
fpos1
[
1
]
+
fpos2
[
1
];
double
c
[
2
];
//the center of the box
c
[
0
]
=
(
par2
[
0
]
+
par1
[
0
])
/
2.0
;
c
[
1
]
=
(
par2
[
1
]
+
par1
[
1
])
/
2.0
;
double
delX
=
XF
-
this
->
StartEventPosition
[
0
];
double
delY
=
YF
-
this
->
StartEventPosition
[
1
];
double
delX2
=
0.0
,
delY2
=
0.0
;
...
...
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