Removed trailing whitespace.
[synfig.git] / synfig-studio / trunk / src / gtkmm / widget_waypointmodel.h
index 313e008..23248b2 100644 (file)
@@ -36,7 +36,6 @@
 #include <gtkmm/table.h>
 #include <gtkmm/button.h>
 //#include <gtkmm/progressbar.h>
-//#include <atkmm/stateset.h>
 #include <gtkmm/adjustment.h>
 #include <gtkmm/box.h>
 #include <gtkmm/combo.h>
@@ -62,11 +61,11 @@ class Widget_Time;
 class Widget_WaypointModel;
 
 class Widget_WaypointModel : public Gtk::Table
-{      
+{
        synfig::Waypoint::Model waypoint_model;
-       
+
        bool updating;
-       
+
        Gtk::Combo *in,*out;
        Gtk::OptionMenu *before, *after;
        Gtk::Menu *before_options,*after_options;
@@ -82,7 +81,7 @@ class Widget_WaypointModel : public Gtk::Table
        Gtk::CheckButton checkbutton_temporal_tension;
 
        void on_change();
-       
+
 public:
        Widget_WaypointModel();
        void set_waypoint_model(synfig::Waypoint::Model &x);