project_files/HedgewarsMobile/Classes/FlagsViewController.m
changeset 6832 fae8fd118da9
parent 6700 e04da46ee43c
child 8441 a00b0fa0dbd7
--- a/project_files/HedgewarsMobile/Classes/FlagsViewController.m	Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/FlagsViewController.m	Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 08/04/2010.
  */
 
 
@@ -26,12 +24,10 @@
 @implementation FlagsViewController
 @synthesize teamDictionary, flagArray, communityArray, lastIndexPath;
 
-
 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {
     return rotationManager(interfaceOrientation);
 }
 
-
 #pragma mark -
 #pragma mark View lifecycle
 -(void) viewDidLoad {