[Bf-blender-cvs] [c21a513] master: Small cleanup: Remove unused code

Aaron Carlisle noreply at git.blender.org
Tue Dec 13 20:16:45 CET 2016


Commit: c21a5139e1f263c0c7acd80ec49d5e3ecbff8456
Author: Aaron Carlisle
Date:   Tue Dec 13 20:15:53 2016 +0100
Branches: master
https://developer.blender.org/rBc21a5139e1f263c0c7acd80ec49d5e3ecbff8456

Small cleanup: Remove unused code

This code has not been used for a long time if not ever.
Most of the code was removed in rB1d3609262704f88c9e30b2cebdb236110b25cdc9
however, this was forgoten.

===================================================================

M	release/scripts/startup/bl_operators/wm.py

===================================================================

diff --git a/release/scripts/startup/bl_operators/wm.py b/release/scripts/startup/bl_operators/wm.py
index 68a25ac..f5460d5 100644
--- a/release/scripts/startup/bl_operators/wm.py
+++ b/release/scripts/startup/bl_operators/wm.py
@@ -656,11 +656,6 @@ doc_id = StringProperty(
         options={'HIDDEN'},
         )
 
-doc_new = StringProperty(
-        name="Edit Description",
-        maxlen=1024,
-        )
-
 data_path_iter = StringProperty(
         description="The data path relative to the context, must point to an iterable")




More information about the Bf-blender-cvs mailing list