Another case of initialising a variable from itself - but this time it's commented...
[synfig.git] / synfig-studio / trunk / src / gtkmm / keyframetreestore.cpp
index df40eac..48ee606 100644 (file)
@@ -345,6 +345,7 @@ KeyframeTreeStore::set_value_impl(const Gtk::TreeModel::iterator& row, int colum
                                // Bad old delta
                                return;
                        }
+                       // row(row) on the next line is bad - don't use it, because it leaves 'row' uninitialised
                        //Gtk::TreeModel::iterator row(row);
                        //row++;
                        //if(!row)return;