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:
Diffstat (limited to 'release/scripts/modules/sys_info.py')
-rw-r--r--release/scripts/modules/sys_info.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/scripts/modules/sys_info.py b/release/scripts/modules/sys_info.py
index 303277a5d75..16dfbf1bb3d 100644
--- a/release/scripts/modules/sys_info.py
+++ b/release/scripts/modules/sys_info.py
@@ -50,8 +50,6 @@ def textWrap(text, length=70):
def write_sysinfo(op):
output_filename = "system-info.txt"
- warnings = 0
- notices = 0
if output_filename in bpy.data.texts.keys():
output = bpy.data.texts[output_filename]