]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
sdl: Remove unnecessary argument to SDL.Key.get_keys
authorEvan Nemerson <evan@coeus-group.com>
Sat, 13 Mar 2010 22:53:23 +0000 (14:53 -0800)
committerEvan Nemerson <evan@coeus-group.com>
Sat, 13 Mar 2010 22:53:23 +0000 (14:53 -0800)
vapi/sdl.vapi

index 251cfd9ac2ddb321485fc39a2b97fd42b5f8669b..a965f18814f6ab685ced81b501ce61273bb4ca08 100644 (file)
@@ -577,7 +577,7 @@ namespace SDL {
                public static void get_repeat(ref int delay, ref int interval);
 
                [CCode (cname="SDL_GetKeyState")]
-               public static weak uchar[] get_keys(ref int numkeys);
+               public static weak uchar[] get_keys();
 
                [CCode (cname="SDL_GetModState")]
                public static KeyModifier get_modifiers();