]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Object.hpp
Removed unused method Checkcollide
[lugaru.git] / Source / Objects / Object.hpp
index c1e02cc7dfbe8e0c6df4898661e64971085216cb..a6c4f16a64ef921e9437e65970f8b563b6289907 100644 (file)
@@ -90,7 +90,6 @@ public:
 
     static void ComputeCenter();
     static void ComputeRadius();
-    static bool Checkcollide(XYZ startpoint, XYZ endpoint, int which);
     static void AddObjectsToTerrain();
     static void LoadObjectsFromFile(FILE* tfile, bool skip);
     static void SphereCheckPossible(XYZ *p1, float radius);