minor cleanup

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3519 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2009-05-18 19:14:34 +00:00
parent 6a91218b62
commit c7873c7a39
3 changed files with 1 additions and 6 deletions

View File

@@ -38,9 +38,6 @@
#endif
#include "irrlicht.h"
// ul.h includes windows.h, so this define is necessary
//#define _WINSOCKAPI_
//#include <plib/ul.h>
#include "btBulletDynamicsCommon.h"
#include "graphics/irr_driver.hpp"

View File

@@ -240,4 +240,4 @@ static ssgSelector *find_selector ( ssgBranch *b )
return NULL ;
} // find_selector
*/
*/

View File

@@ -81,8 +81,6 @@ public:
m_hpr = Vec3(0.0f);
}
// ------------------------------------------------------------------------
/** Returns the corresponding plib data structure. */
//const sgCoord& toSgCoord() const { return m_coord; }
/** Returns the translation. */
const Vec3& getXYZ() const { return m_xyz; }
/** Returns heading, pitch, rolll. */