Code cleanup: unused python vars & imports

Use frosted rather then pyflakes
This commit is contained in:
2014-04-25 05:31:20 +10:00
parent 16443b1ae0
commit a15be34389
31 changed files with 24 additions and 61 deletions

View File

@@ -18,7 +18,6 @@
# <pep8 compliant>
import bpy
from bpy.types import Menu, Panel
class NodeCategory():
@@ -92,7 +91,6 @@ def register_node_categories(identifier, cat_list):
def draw_node_item(self, context):
layout = self.layout
col = layout.column()
default_context = bpy.app.translations.contexts.default
for item in self.category.items(context):
item.draw(item, col, context)