changeset 8:34078dfcc67c

syntax fix
author wobin
date Sun, 19 Apr 2009 02:49:29 +1000
parents d19385c4a282
children c535960b1245
files Squawk.lua
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Squawk.lua	Sun Apr 19 02:45:38 2009 +1000
+++ b/Squawk.lua	Sun Apr 19 02:49:29 2009 +1000
@@ -289,8 +289,6 @@
 	self:Print(Name.." is now following you")
 end
 
-function View:NotifyOfNewFollower
-
 function View:ShowMeMySquawks()
 	for _,squawk in ipairs(Model.Squawks) do
 		self:Print(squawk.Message)