Browse Source

ode: Remove erroneous INLINE declarations.

Sam Edwards 11 years ago
parent
commit
1db28bb0c8
1 changed files with 4 additions and 4 deletions
  1. 4 4
      panda/src/ode/odeWorld.h

+ 4 - 4
panda/src/ode/odeWorld.h

@@ -95,10 +95,10 @@ PUBLISHED:
   operator bool () const;
     
 public:
-  INLINE sSurfaceParams& get_surface(PN_uint8 surface1, PN_uint8 surface2);
-  INLINE void set_surface(int pos1, int pos2, sSurfaceParams& entry);
-  INLINE sBodyParams get_surface_body(dBodyID id);
-  INLINE void set_dampen_on_bodies(dBodyID id1, dBodyID id2,dReal damp);
+  sSurfaceParams& get_surface(PN_uint8 surface1, PN_uint8 surface2);
+  void set_surface(int pos1, int pos2, sSurfaceParams& entry);
+  sBodyParams get_surface_body(dBodyID id);
+  void set_dampen_on_bodies(dBodyID id1, dBodyID id2,dReal damp);
 
   
 private: