X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Fmatrix4.cpp;h=4506166cd138ef08cacbbf66f42806f3bb96eb8d;hp=67d58ed81aff315ce9960e87ad75a22ad34b7200;hb=41a6ad96e81a8d8153c54877c4c12f61100677a9;hpb=bf2cb00e2ef19e2eb33557f900405f836ebe65a3 diff --git a/src/matrix4.cpp b/src/matrix4.cpp index 67d58ed..4506166 100644 --- a/src/matrix4.cpp +++ b/src/matrix4.cpp @@ -23,10 +23,8 @@ #include #include "matrix4.h" - using namespace irr; - SCM scm_from_matrix4 (core::matrix4 cmatrix) { @@ -48,7 +46,6 @@ scm_from_matrix4 (core::matrix4 cmatrix) scm_from_double (cmatrix[15]))); } - core::matrix4 scm_to_matrix4 (SCM matrix) {