From 488e1da935d55330be55eb30b4605b993dd65dbd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 10 Jul 2011 22:57:27 +0000 Subject: cleanup - remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables --- io_mesh_raw/import_raw.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'io_mesh_raw') diff --git a/io_mesh_raw/import_raw.py b/io_mesh_raw/import_raw.py index deda75e2..870f880b 100644 --- a/io_mesh_raw/import_raw.py +++ b/io_mesh_raw/import_raw.py @@ -43,10 +43,6 @@ tolerance. import bpy -# move those to a utility modul -from bpy_extras.io_utils import unpack_face_list, unpack_list - - def readMesh(filename, objName): file = open(filename, "rb") -- cgit v1.2.3