From b9ce5eded0a91c6b3d0a3ffd47a97d11d7ec9d6a Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Sun, 7 Mar 2010 11:52:39 +0100
Subject: Removing obsolete common file in cgi.

---
 cgi/cgi    | 3 ---
 cgi/common | 1 -
 cgi/cron   | 3 ---
 3 files changed, 7 deletions(-)
 delete mode 100644 cgi/common

diff --git a/cgi/cgi b/cgi/cgi
index c38054e..ce23c2a 100755
--- a/cgi/cgi
+++ b/cgi/cgi
@@ -20,9 +20,6 @@
 # On Debian systems, the complete text of the GNU General Public License
 # can be found in /usr/share/common-licenses/GPL-2 file.
 
-# Reading common
-. /usr/share/live-webhelper/common
-
 # Reading defaults
 if [ -r /etc/default/live-webhelper ]
 then
diff --git a/cgi/common b/cgi/common
deleted file mode 100644
index 1e4bcb2..0000000
--- a/cgi/common
+++ /dev/null
@@ -1 +0,0 @@
-VERSION="1.0~a20"
diff --git a/cgi/cron b/cgi/cron
index fca2db0..8203ae8 100755
--- a/cgi/cron
+++ b/cgi/cron
@@ -15,9 +15,6 @@ do
 	. "${_FUNCTION}"
 done
 
-# Reading common
-. /usr/share/live-webhelper/common
-
 # Reading defaults
 if [ -r /etc/default/live-webhelper ]
 then
-- 
cgit v1.0