Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / synfig / keyframe.cpp
index b42cae2..baade29 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file keyframe.cpp
 **     \brief Template File
 **
-**     $Id: keyframe.cpp,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -84,13 +84,11 @@ KeyframeList::dump()const
 void
 KeyframeList::sync()
 {
-       //DEBUGPOINT();
        //synfig::info("PRE-SORT:");
-       //dump();       
+       //dump();
        sort(begin(),end());
        //synfig::info("POST-SORT:");
        //dump();
-       //DEBUGPOINT();
 }
 
 KeyframeList::iterator
@@ -164,7 +162,7 @@ KeyframeList::find_next(const Time &x)
 */
                }
        }
-       
+
        throw Exception::NotFound(strprintf("KeyframeList::find(): Can't find next Keyframe %s",x.get_string().c_str()));
 }