summaryrefslogtreecommitdiffstats
path: root/zebra-controller.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-09-09 20:28:42 +0000
committerTed Trask <ttrask01@yahoo.com>2008-09-09 20:28:42 +0000
commite986a42e901c866aa1eb8b4850495b7c336355a6 (patch)
treedb9e876d78e2720df401aef7301bec5bc57896da /zebra-controller.lua
parent7ff51f8f8eeab042b973443bf635ae72ad7651eb (diff)
downloadacf-quagga-e986a42e901c866aa1eb8b4850495b7c336355a6.tar.bz2
acf-quagga-e986a42e901c866aa1eb8b4850495b7c336355a6.tar.xz
Minor clean-up of quaggav0.3.0
git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@1454 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'zebra-controller.lua')
-rw-r--r--zebra-controller.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/zebra-controller.lua b/zebra-controller.lua
index 90aacdd..8e65d57 100644
--- a/zebra-controller.lua
+++ b/zebra-controller.lua
@@ -5,9 +5,6 @@ require("controllerfunctions")
default_action = "status"
-function welcome()
-end
-
function status(self)
return self.model.getstatus()
end