From 19c6e66c1353993659ee007a6c1792a6b0b7ba13 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sun, 16 Mar 2008 13:55:16 +0000 Subject: Implement the playback event handling as a system-wide multi-purpose event system. Unified mpeg.c and playback.c audio event handling. Converted ata_idle_notify to use the new event handling system also. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16682 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index 598597520f..5dd92e5e02 100644 --- a/apps/main.c +++ b/apps/main.c @@ -19,7 +19,6 @@ #include "config.h" #include "ata.h" -#include "ata_idle_notify.h" #include "disk.h" #include "fat.h" #include "lcd.h" @@ -428,7 +427,6 @@ static void init(void) } #endif - ata_idle_notify_init(); rc = ata_init(); if(rc) { -- cgit v1.2.3