From 0151f8e2ce82f293c3e8a96a7eaa28373525dd72 Mon Sep 17 00:00:00 2001
From: Kalle-Samuli Riihikoski <haikalle@gmail.com>
Date: Thu, 11 Nov 2010 13:20:56 +0000
Subject: [PATCH] Removed Addon section. It's already in _init_.py.

---
 io_coat3D/coat.py | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/io_coat3D/coat.py b/io_coat3D/coat.py
index 3e81b7f78..c18088a30 100644
--- a/io_coat3D/coat.py
+++ b/io_coat3D/coat.py
@@ -20,21 +20,6 @@
 #
 # ***** END GPL LICENCE BLOCK *****
 
-bl_addon_info = {
-    "name": "Coat Applink",
-    "author": "Kalle-Samuli Riihikoski (haikalle)",
-    "version": (1,6),
-    "blender": (2, 5, 4),
-    "api": 31965,
-    "location": "Properties space > Scene tab > 3D-Coat Applink",
-    "description": "Show information about the .blend",
-    "warning": "",
-    "wiki_url": 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
-        'Scripts/System/Blend Info',
-    "tracker_url": "https://projects.blender.org/tracker/index.php?" \
-        "func=detail&aid=22102&group_id=153&atid=469",
-    "category": "System"}
-
 import bpy
 from bpy.props import *
 from io_coat3D import tex
-- 
GitLab