mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
remove some unused variables
This commit is contained in:
parent
cf14c9ddf7
commit
d23728122f
5 changed files with 2 additions and 7 deletions
|
@ -202,9 +202,6 @@ __NAMESPACE_END_POINT_SET
|
|||
int
|
||||
CVPOINTS_FROM_POINT_SET(VALUE object, CvPoint **pointset)
|
||||
{
|
||||
VALUE storage;
|
||||
CvSeq *seq = 0;
|
||||
CvPoint2D32f p32;
|
||||
if (rb_obj_is_kind_of(object, cCvSeq::rb_class())) {
|
||||
if (CV_IS_SEQ_POINT_SET(CVSEQ(object))) {
|
||||
*pointset = (CvPoint*)cvCvtSeqToArray(CVSEQ(object),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue