mirror of
https://github.com/blender/blender
synced 2026-09-27 01:34:15 +03:00
Cleanup: remove unused variables
This commit is contained in:
parent
57dd9c21d3
commit
6a937d646b
5 changed files with 3 additions and 5 deletions
|
|
@ -176,7 +176,6 @@ def main() -> None:
|
|||
# Support version without a minor version "3" (add zero).
|
||||
tuple((0, 0, 0))
|
||||
)
|
||||
python_version_str = "%d.%d" % python_version_number[:2]
|
||||
|
||||
# Get Blender version.
|
||||
blender_version_str = str(make_utils.parse_blender_version())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue