From 03ec380f56e2b9865f99571a44fbf175e873e226 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 30 Jan 2015 00:29:23 +0100 Subject: [PATCH] (PS3) Build fix --- frontend/drivers/platform_ps3.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/frontend/drivers/platform_ps3.c b/frontend/drivers/platform_ps3.c index 8aa7ece680..a57b9370ad 100644 --- a/frontend/drivers/platform_ps3.c +++ b/frontend/drivers/platform_ps3.c @@ -64,13 +64,6 @@ static void callback_sysutil_exit(uint64_t status, case CELL_SYSUTIL_REQUEST_EXITGAME: g_extern.system.shutdown = true; break; - case CELL_SYSUTIL_OSKDIALOG_LOADED: - case CELL_SYSUTIL_OSKDIALOG_INPUT_CANCELED: - case CELL_SYSUTIL_OSKDIALOG_FINISHED: - case CELL_SYSUTIL_OSKDIALOG_UNLOADED: - if (driver.osk && driver.osk_data) - driver.osk->lifecycle(driver.osk_data, status); - break; } #endif }