From 5cd39a31193d3c1c93be3f665bd07d9ea80b8e6c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 15 Nov 2005 22:14:50 +0000 Subject: [PATCH] Did a unix2dos and trimmed end of file of rendundent newlines. --- src/osgPlugins/flt/Pool.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/osgPlugins/flt/Pool.cpp b/src/osgPlugins/flt/Pool.cpp index 6ed2d928d..541c3e49d 100644 --- a/src/osgPlugins/flt/Pool.cpp +++ b/src/osgPlugins/flt/Pool.cpp @@ -320,8 +320,3 @@ LtPtAnimationPool::add(int nIndex, PoolLtPtAnimation* anim) { _animationMap[nIndex] = anim; } - - - - -