From 2093bb021f357913ff9280c7d4e21568e3fc4575 Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Fri, 7 Jan 2011 20:23:35 +0000 Subject: pitch_detector: remove a double 'break' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28995 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/pitch_detector.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps') diff --git a/apps/plugins/pitch_detector.c b/apps/plugins/pitch_detector.c index 431ddfb..4453eaf 100644 --- a/apps/plugins/pitch_detector.c +++ b/apps/plugins/pitch_detector.c @@ -980,8 +980,6 @@ static void record_and_get_pitch(void) record_data(); } break; - - break; } } -- cgit v1.1