* Some Whitespace and small code-guideline cleanup.

This commit is contained in:
Thomas Dinges
2009-10-29 23:46:12 +00:00
parent c26ee3ab57
commit c0a785a23e
11 changed files with 12 additions and 36 deletions

View File

@@ -90,7 +90,6 @@ class DATA_PT_shape_curve(DataButtonsPanel):
row.itemR(curve, "twist_mode")
row.itemR(curve, "twist_smooth") # XXX - may not be kept
# col.itemL(text="Display:")
# col.itemL(text="HANDLES")
# col.itemL(text="NORMALS")
@@ -219,7 +218,6 @@ class DATA_PT_active_spline(DataButtonsPanelActive):
col = split.column()
col.itemR(act_spline, "smooth")
bpy.types.register(DATA_PT_context_curve)
bpy.types.register(DATA_PT_shape_curve)
bpy.types.register(DATA_PT_geometry_curve)