diff --git a/web/plugins/config/inv_cisco_support.py b/web/plugins/config/inv_cisco_support.py
deleted file mode 100644
index 7c3a789e67f8edf39ff45aae51292e13d3c8b337..0000000000000000000000000000000000000000
--- a/web/plugins/config/inv_cisco_support.py
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/python
-# -*- encoding: utf-8; py-indent-offset: 4 -*-
-
-# Custom user stylesheet to load (resides in htdocs/)
-if custom_style_sheet is None:
-    custom_style_sheet = ['inv_cisco_support.css']
-elif type(custom_style_sheet) is list:
-    custom_style_sheet.append('inv_cisco_support.css')
-
-custom_style_sheet = 'inv_cisco_support.css'
\ No newline at end of file