From 1056b0b6b14e32b196faedee8b11bdd961b6ec0b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 24 Jul 2013 16:50:22 +0200 Subject: [PATCH] (rontend.c) Remove FIXME --- frontend/frontend.c | 1 - frontend/frontend_android.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/frontend/frontend.c b/frontend/frontend.c index e18cb79eb2..3d90d1c41f 100644 --- a/frontend/frontend.c +++ b/frontend/frontend.c @@ -148,7 +148,6 @@ static void rarch_get_environment(int argc, char *argv[]) config_load(); - /* FIXME - when dummy loading becomes possible perhaps change this param */ init_libretro_sym(false); rarch_init_system_info(); diff --git a/frontend/frontend_android.c b/frontend/frontend_android.c index 846d58f73b..a1b26f45f2 100644 --- a/frontend/frontend_android.c +++ b/frontend/frontend_android.c @@ -59,8 +59,6 @@ static void print_cur_config (void *data) AConfiguration_getUiModeNight(android_app->config)); } -#define MAX_ARGS 32 - static bool android_run_events (void *data) { int id = ALooper_pollOnce(-1, NULL, NULL, NULL);