Remove update_rect from Surface.xs, enable it in SDL.xs
[sdlgit/SDL_perl.git] / src / Core / objects / Surface.xs
index 993a3eb..90e8aba 100644 (file)
@@ -55,16 +55,6 @@ surface_format ( surface )
                RETVAL
 
 void
-surface_update_rect ( surface, x, y, w ,h )
-       SDL_Surface *surface
-       int x
-       int y
-       int w
-       int h
-       CODE:
-               SDL_UpdateRect(surface,x,y,w,h);
-
-void
 surface_update_rects ( surface, ... )
        SDL_Surface *surface
        CODE: