remove api from addon bl_info, was never used.

This commit is contained in:
2012-01-14 13:02:20 +00:00
parent 4f3de6a741
commit 9c2a58a811
3 changed files with 0 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ bl_info = {
"author": "YourNameHere",
"version": (1, 0),
"blender": (2, 5, 5),
"api": 33333,
"location": "View3D > Add > Mesh > New Object",
"description": "Adds a new Mesh Object",
"warning": "",