cocoaTouch/SingleTeamViewController.m
changeset 3361 cfc6cd502f85
parent 3352 ac5d14a35482
child 3364 e5403e2bf02c
--- a/cocoaTouch/SingleTeamViewController.m	Mon Apr 19 15:30:11 2010 +0000
+++ b/cocoaTouch/SingleTeamViewController.m	Wed Apr 21 01:57:23 2010 +0000
@@ -74,11 +74,6 @@
     [saveButton release];
 }
 
-// we save every time a textfield is edited, so we don't risk to update only the hogs or only the temname 
--(BOOL) textFieldShouldEndEditing:(UITextField *)aTextField {
-    return [self save:nil];
-}
-
 // the textfield has been modified, check for empty strings and restore original navigation bar
 -(void) textFieldDidEndEditing:(UITextField *)aTextField{
     if ([textFieldBeingEdited.text length] == 0)