Jacek Kałucki wrote: > Użytkownik Paul McNett napisał: >> dabo Commit >> Revision 5594 >> Date: 2010-01-14 10:37:03 -0800 (Thu, 14 Jan 2010) >> Author: Paul >> Trac: http://trac.dabodev.com/changeset/5594 >> >> Changed: >> U trunk/dabo/ui/uiwx/dGrid.py >> >> Log: >> Removed unreachable test code from IsEmptyCell(). >> > > Thanks. > Isn't code: > col = self._convertWxColNumToDaboColNum(col) > redundant? > Variable "col" is not referenced in any place in method.
Yep, and while removing it I decided to test without overriding IsEmptyCell() at all, and noticed no change in my apps. So I removed the method entirely. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
