remove my_abs which is not used

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@39165 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2015-11-09 11:00:28 +00:00
parent dcacd40e33
commit 4998c77d29

View file

@ -45,17 +45,6 @@
#import "LineJumper.h"
#import "Modules/Preferences/EditorFSC/PCEditorFSCPrefs.h"
static inline float my_abs(float aValue)
{
if (aValue >= 0)
{
return aValue;
}
else
{
return -aValue;
}
}
/**
* Computes the indenting offset of the last line before the passed