View | Details | Raw Unified | Return to bug 209612
Collapse All | Expand All

(-)games/trackballs/files/patch-src_glHelp.cc (+10 lines)
Line 0 Link Here
1
--- src/glHelp.cc.orig	2007-04-07 13:15:09 UTC
2
+++ src/glHelp.cc
3
@@ -129,7 +129,6 @@ void drawSurface(SDL_Surface *surface,in
4
   // why is this removed? should it not be done???
5
   glDeleteTextures(1,&texture);  
6
 }
7
-inline Real abs(Real v) {return v>0.0?v:-v;}
8
 double mousePointerPhase=0.0;
9
 
10
 void tickMouse(Real td) {
(-)games/trackballs/files/patch-src_menuMode.cc (+10 lines)
Line 0 Link Here
1
--- src/menuMode.cc.orig	2007-04-07 13:16:26 UTC
2
+++ src/menuMode.cc
3
@@ -163,7 +163,6 @@ void MenuMode::doSelection() {
4
   case MENU_EDITOR: GameMode::activate(EditMode::editMode); break;
5
   }
6
 }
7
-inline Real abs(Real v) {return v>0.0?v:-v;}
8
 
9
 void MenuMode::idle(Real td) {
10
   int w,h,i,x,y;

Return to bug 209612