mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-14 06:31:31 +00:00
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:
parent
dcacd40e33
commit
4998c77d29
1 changed files with 0 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue