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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'object_collection_manager/internals.py')
-rw-r--r--object_collection_manager/internals.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/object_collection_manager/internals.py b/object_collection_manager/internals.py
index ceef1560..c95328c8 100644
--- a/object_collection_manager/internals.py
+++ b/object_collection_manager/internals.py
@@ -106,10 +106,6 @@ swap_buffer = {
}
-def get_max_lvl():
- return max_lvl
-
-
class QCDSlots():
_slots = {}
overrides = set()