mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-09-27 22:30:52 +08:00
PSP: Remove log statement
This commit is contained in:
committed by
Sam Lantinga
parent
244af6edbb
commit
8e3b6243fd
@@ -399,7 +399,6 @@ void PSP_ShowScreenKeyboard(SDL_VideoDevice *_this, SDL_Window *window, SDL_Prop
|
|||||||
int input_text_length = 128;
|
int input_text_length = 128;
|
||||||
void *received_text = SDL_calloc(input_text_length, sizeof(Uint16));
|
void *received_text = SDL_calloc(input_text_length, sizeof(Uint16));
|
||||||
if (!received_text) {
|
if (!received_text) {
|
||||||
SDL_Log("Error: Failed to allocate buffer for receiving osk input");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
void *received_text_start = received_text;
|
void *received_text_start = received_text;
|
||||||
|
|||||||
Reference in New Issue
Block a user