mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
Remove unused functions
This commit is contained in:
parent
31340a212a
commit
d3667945c5
@ -58,20 +58,6 @@ namespace MWMechanics
|
||||
|
||||
static const int PathTolerance = 32;
|
||||
|
||||
static float sgn(float val)
|
||||
{
|
||||
if(val > 0)
|
||||
return 1.0;
|
||||
return -1.0;
|
||||
}
|
||||
|
||||
static int sgn(int a)
|
||||
{
|
||||
if(a > 0)
|
||||
return 1;
|
||||
return -1;
|
||||
}
|
||||
|
||||
void clearPath();
|
||||
|
||||
void buildPath(const osg::Vec3f& startPoint, const osg::Vec3f& endPoint,
|
||||
|
Loading…
x
Reference in New Issue
Block a user