1
0
Fork 0
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:
ser1zw 2013-01-18 04:04:20 +09:00
parent cf14c9ddf7
commit d23728122f
5 changed files with 2 additions and 7 deletions

View file

@ -113,7 +113,6 @@ rb_allocate(VALUE klass)
VALUE
rb_initialize(int argc, VALUE *argv, VALUE self)
{
VALUE obj, x, y, z;
CvPoint3D32f *self_ptr = CVPOINT3D32F(self);
switch (argc) {
case 0: