From d720bba510a198eb84a8335cd2c75f1a3c18b7e3 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 1 Feb 2016 12:43:48 +0100 Subject: [PATCH] Cleanup --- content.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content.h b/content.h index 99865aa031..077ed2a166 100644 --- a/content.h +++ b/content.h @@ -48,10 +48,7 @@ enum content_ctl_state /* Load a RAM state from disk to memory. */ CONTENT_CTL_LOAD_RAM_FILE, - /* Save a RAM state from memory to disk. - * - * In case the file could not be written to, a fallback function - * 'dump_to_file_desperate' will be called. */ + /* Save a RAM state from memory to disk. */ CONTENT_CTL_SAVE_RAM_FILE, /* Load a state from disk to memory. */