]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/chipmunk/ffi/ffi.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / chipmunk / ffi / ffi.factor
index 788da22a42a0ea02caccc6c6516e2b33e5834ea7..1622fd63454e7ce4d52f302828c1b90178bc02c6 100644 (file)
@@ -845,4 +845,3 @@ FUNCTION: void cpInitChipmunk ( ) ;
 FUNCTION: cpFloat cpMomentForCircle ( cpFloat m, cpFloat r1, cpFloat r2, cpVect offset ) ;
 FUNCTION: cpFloat cpMomentForSegment ( cpFloat m, cpVect a, cpVect b ) ;
 FUNCTION: cpFloat cpMomentForPoly ( cpFloat m, int numVerts, cpVect* verts, cpVect offset ) ;
-