From f3312d191e7257ad1d348419a68646414bef75ce Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 19 Jan 2016 22:34:26 +0100 Subject: [PATCH] Cleanups --- content.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content.h b/content.h index fd1434eb5a..d87d9a7ec8 100644 --- a/content.h +++ b/content.h @@ -35,9 +35,7 @@ enum content_ctl_state * selected libretro core. * * global->content_is_init will be set to the return value - * on exit. - * - * Returns : true if successful, otherwise false. */ + * on exit. */ CONTENT_CTL_INIT, /* Load a state from disk to memory. */ @@ -50,7 +48,6 @@ enum content_ctl_state CONTENT_CTL_TEMPORARY_FREE }; -/* Handles files related to libretro. */ /** * load_ram_file: