1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

removed Point3DSet

This commit is contained in:
ser1zw 2011-08-12 01:31:11 +09:00
parent d1809bc13f
commit 2ac67221f9
6 changed files with 1 additions and 77 deletions

View file

@ -605,7 +605,6 @@ extern "C" {
mOpenCV::cCvSeq::define_ruby_class();
mOpenCV::mCurve::define_ruby_module();
mOpenCV::mPointSet::define_ruby_module();
mOpenCV::mPoint3DSet::define_ruby_module();
mOpenCV::cCvSet::define_ruby_class();
mOpenCV::cCvChain::define_ruby_class();
mOpenCV::cCvContour::define_ruby_class();