Removed obsolete comment for previous commit

This commit is contained in:
Joshua Leung 2010-05-16 11:43:48 +00:00
parent 5cd2e563d1
commit 6e66bfe110

@ -89,7 +89,6 @@ class SCENE_PT_keying_sets(SceneButtonsPanel):
row = layout.row()
col = row.column()
# XXX: this fails because index is not what this expects...
col.template_list(scene, "keying_sets", scene, "active_keying_set_index", rows=2)
col = row.column(align=True)