Author: rmottola
Date: Mon Nov  9 12:00:28 2015
New Revision: 39165

URL: http://svn.gna.org/viewcvs/gnustep?rev=39165&view=rev
Log:
remove my_abs which is not used

Modified:
    apps/projectcenter/trunk/Modules/Editors/ProjectCenter/PCEditorView.m

Modified: apps/projectcenter/trunk/Modules/Editors/ProjectCenter/PCEditorView.m
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/trunk/Modules/Editors/ProjectCenter/PCEditorView.m?rev=39165&r1=39164&r2=39165&view=diff
==============================================================================
--- apps/projectcenter/trunk/Modules/Editors/ProjectCenter/PCEditorView.m       
(original)
+++ apps/projectcenter/trunk/Modules/Editors/ProjectCenter/PCEditorView.m       
Mon Nov  9 12:00:28 2015
@@ -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


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to