summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c
index 02faec821a..155027b1bf 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -556,7 +556,6 @@ bool settings_parseline(char* line, char** name, char** value)
556static void system_flush(void) 556static void system_flush(void)
557{ 557{
558 tree_flush(); 558 tree_flush();
559 /*settings_save();*/
560 call_ata_idle_notifys(true); /*doesnt work on usb and shutdown from ata thread */ 559 call_ata_idle_notifys(true); /*doesnt work on usb and shutdown from ata thread */
561} 560}
562 561