Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / keyframeset.h
index c6c70b8..51e0b13 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file keyframeset.h
 **     \brief Template File
 **
-**     $Id: keyframeset.h,v 1.1.1.1 2005/01/07 03:34:37 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -56,11 +56,11 @@ private:
        synfig::Time new_time;
 
        synfig::Time keyframe_prev,keyframe_next;
-       
+
        std::set<synfig::GUID> guid_set;
 
        void process_value_desc(const synfigapp::ValueDesc& value_desc);
-       
+
        int scale_activepoints(const synfigapp::ValueDesc& value_desc,const synfig::Time& old_begin,const synfig::Time& old_end,const synfig::Time& new_begin,const synfig::Time& new_end);
        int scale_waypoints(const synfigapp::ValueDesc& value_desc,const synfig::Time& old_begin,const synfig::Time& old_end,const synfig::Time& new_begin,const synfig::Time& new_end);