removed unused function

metadata
Wenzel Jakob 2014-01-14 18:25:50 +01:00
parent e66f768558
commit 0a6b35d9a5
1 changed files with 0 additions and 4 deletions

View File

@ -591,10 +591,6 @@ static bp::tuple refract2(const Vector &wi, const Normal &n, Float eta) {
return bp::make_tuple(result, cosThetaT, F);
}
static Vector refract3(const Vector &wi, const Normal &n, Float eta) {
return refract(wi, n, eta);
}
static void bitmap_applyMatrix(Bitmap *bitmap, bp::list list) {
int length = bp::len(list);
if (length != 9)