From 460d54977ae2f9c2c5997c6c4cd5541ab436d718 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 20 Feb 2011 15:23:18 +0000 Subject: FS#11939: Simplify talk_time_unit(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29347 a1c6a512-1295-4272-9138-f99709370657 --- apps/talk.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/talk.h') diff --git a/apps/talk.h b/apps/talk.h index fc1bfe5a2d..a2a9f44e4e 100644 --- a/apps/talk.h +++ b/apps/talk.h @@ -50,8 +50,7 @@ enum { UNIT_MB, /* Megabytes */ UNIT_KBIT, /* kilobits per sec */ UNIT_PM_TICK, /* peak meter units per tick */ - UNIT_TIME_EXACT,/* time duration/interval in seconds, says hours,mins,secs*/ - UNIT_TIME, /* as above but less verbose */ + UNIT_TIME, /* time duration/interval in seconds, says hours,mins,secs */ UNIT_LAST /* END MARKER */ }; -- cgit v1.2.3