X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fvector3d.cpp;h=566a441e19ce2dd22a135c319b38dc0cc85451f6;hb=43b3e4fbfc4a80af937ba223dfa15ee8b6b8e736;hp=a192ca6a7b9fc72b433ff7477a1c46722cfac1c8;hpb=f02a0f66bfcd16d3c3b08091c1b97b92aeee42fe;p=guile-irrlicht.git diff --git a/src/vector3d.cpp b/src/vector3d.cpp index a192ca6..566a441 100644 --- a/src/vector3d.cpp +++ b/src/vector3d.cpp @@ -23,10 +23,8 @@ #include #include "vector3d.h" - using namespace irr; - SCM scm_from_vector3df (core::vector3df vector3d) { @@ -35,7 +33,6 @@ scm_from_vector3df (core::vector3df vector3d) scm_from_double (vector3d.Z)); } - core::vector3df scm_to_vector3df (SCM vector3d) {