Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2016-12-13 22:15:53 +0300
committerJulian Eisel <eiseljulian@gmail.com>2016-12-13 22:15:53 +0300
commitc21a5139e1f263c0c7acd80ec49d5e3ecbff8456 (patch)
tree02a36aae840b0a3843fd4a1ac6c691dad8312f96 /release
parentc1267bb8008bd903ab819ca8c56de6fdbf902003 (diff)
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.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_operators/wm.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/release/scripts/startup/bl_operators/wm.py b/release/scripts/startup/bl_operators/wm.py
index 68a25acc2db..f5460d58d44 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")