Skip to content

Commit

Permalink
Merge pull request #42 from Ratler/remove_connect
Browse files Browse the repository at this point in the history
Connect() no longer needed
  • Loading branch information
Ratler committed Jan 10, 2013
2 parents 78664dd + 3a7b779 commit 08fa4ee
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 81 deletions.
79 changes: 0 additions & 79 deletions libs/connect.lunar

This file was deleted.

1 change: 0 additions & 1 deletion libs/download.lunar
Expand Up @@ -37,7 +37,6 @@ download_url() {
local RETVAL
debug_msg "download_url($@)"
verbose_msg "trying to download \"${2}\" from \"${1}\""
connect &&
plugin_call SOURCE_DOWNLOAD $1 $2 $3
return $?
}
Expand Down
1 change: 0 additions & 1 deletion prog/lvu
Expand Up @@ -812,7 +812,6 @@ show_urls() { (
echo $URL$2
return 1
}
connect() { return 0 ; }

LRESORT_URL=
FRESORT_URL=
Expand Down

0 comments on commit 08fa4ee

Please sign in to comment.