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

removed CvSet

This commit is contained in:
ser1zw 2011-08-12 16:13:03 +09:00
parent 2ed20191e3
commit 2b7dfab245
6 changed files with 1 additions and 107 deletions

View file

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