Skip to content

Commit

Permalink
Merge pull request #211 from bakercp/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
kylemcdonald authored Feb 21, 2017
2 parents b912c31 + b19d45f commit b651672
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libs/ofxCv/include/ofxCv/Utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,6 @@ namespace ofxCv {
allocate(mirror, ow, oh, mirrorCvImageType);
}

template <class M, class O> void imitate(M& mirror, O& original, int mirrorCvImageType) {
imitate(mirror, original, mirrorCvImageType);
}

// this version copies size and image type
template <class M, class O> void imitate(M& mirror, const O& original) {
imitate(mirror, original, getCvImageType(original));
Expand Down

0 comments on commit b651672

Please sign in to comment.