wizard_curve2tree - mistake while debugging.

buttons_shading.c - short names for world settings were not needed.
This commit is contained in:
2007-11-22 14:10:51 +00:00
parent e64a44266c
commit 0d6d89a27b
2 changed files with 4 additions and 5 deletions

View File

@@ -2542,7 +2542,6 @@ def Prefs2IDProp(idprop, prefs):
idprop[ID_SLOT_NAME] = new_prefs
def IDProp2Prefs(idprop, prefs):
prefs = idprop[ID_SLOT_NAME]
try:
prefs = idprop[ID_SLOT_NAME]
except: