diff --git a/io_coat3D/coat.py b/io_coat3D/coat.py
index 3e81b7f784a12737798f606e74c93edef3fcce98..c18088a308a83280739fbab8427d2fcde6100eef 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