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:
authorCampbell Barton <ideasman42@gmail.com>2021-03-06 10:16:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-06 11:00:18 +0300
commitbd7969159997b8802d54e79a002350a7fb97944d (patch)
tree45cc470e0c24c39c563138c3eb3664b73ece7f9a /release/scripts/startup/bl_ui/space_userpref.py
parent753f1cf0adf7bca5bf3c10ffb533552af19498ef (diff)
Cleanup: unused variables
Diffstat (limited to 'release/scripts/startup/bl_ui/space_userpref.py')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 94a1e2bec4d..b61daf0e472 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -642,7 +642,7 @@ class USERPREF_PT_system_video_sequencer(SystemPanel, CenterAlignMixIn, Panel):
def draw_centered(self, context, layout):
prefs = context.preferences
system = prefs.system
- edit = prefs.edit
+ # edit = prefs.edit
layout.prop(system, "memory_cache_limit")