cocoaTouch/SDLOverrides/SDL_uikitview.h
changeset 3006 da6023c2745b
parent 2805 36a8cebb91e8
--- a/cocoaTouch/SDLOverrides/SDL_uikitview.h	Tue Mar 16 21:48:58 2010 +0000
+++ b/cocoaTouch/SDLOverrides/SDL_uikitview.h	Wed Mar 17 00:26:35 2010 +0000
@@ -48,20 +48,10 @@
 #endif
 }
 
-		
 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
 
-// see initWithFrame for why "+"
-+(void) attackButtonPressed;
-+(void) buttonsReleased;
-+(void) walkingLeft;
-+(void) walkingRight;
-+(void) movingUp;
-+(void) movingDown;
-+(void) chatBegin;
-
 #if SDL_IPHONE_KEYBOARD
 - (void)showKeyboard;
 - (void)hideKeyboard;