diff --git a/cgi/cgi b/cgi/cgi index c38054eda..ce23c2ad0 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 1e4bcb248..000000000 --- a/cgi/common +++ /dev/null @@ -1 +0,0 @@ -VERSION="1.0~a20" diff --git a/cgi/cron b/cgi/cron index fca2db0ff..8203ae8b1 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