From 6e66bfe110c3ecb5efa8381776942e4b184c3ab4 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Sun, 16 May 2010 11:43:48 +0000 Subject: [PATCH] Removed obsolete comment for previous commit --- release/scripts/ui/properties_scene.py | 1 - 1 file changed, 1 deletion(-) diff --git a/release/scripts/ui/properties_scene.py b/release/scripts/ui/properties_scene.py index 48cddb799bc..5e83fad38a0 100644 --- a/release/scripts/ui/properties_scene.py +++ b/release/scripts/ui/properties_scene.py @@ -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)