Another case of initialising a variable from itself - but this time it's commented...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 7 Sep 2007 23:33:19 +0000 (23:33 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 7 Sep 2007 23:33:19 +0000 (23:33 +0000)
git-svn-id: http://svn.voria.com/code@630 1f10aa63-cdf2-0310-b900-c93c546f37ac

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;