From 95f516e0b9ba03372b2f2b89c9c8adf99b069913 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 21 Sep 2008 14:19:18 +0000 Subject: more slight playlist resume cleanuping... dont bother saving the playlist first index value. its reset to 0 before playlistcontrol is loaded anyway, and then reset to 0 after its finished so its completly useless in global_status. runtimes, resume info, etc will be reset again... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18561 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index 855072a428..902956e471 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -269,7 +269,6 @@ bool set_option(const char* string, const void* variable, enum optiontype type, struct system_status { int resume_index; /* index in playlist (-1 for no active resume) */ - int resume_first_index; /* index of first track in playlist */ uint32_t resume_offset; /* byte offset in mp3 file */ int runtime; /* current runtime since last charge */ int topruntime; /* top known runtime */ -- cgit v1.2.3