summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/mpeg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 8b82ba044f..8d0eb88dfd 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -2239,8 +2239,6 @@ static void start_recording(void)
2239 2239
2240static void pause_recording(void) 2240static void pause_recording(void)
2241{ 2241{
2242 unsigned long val;
2243
2244 pause_start_time = current_tick; 2242 pause_start_time = current_tick;
2245 2243
2246 /* Set the pause bit */ 2244 /* Set the pause bit */
@@ -2252,8 +2250,6 @@ static void pause_recording(void)
2252 2250
2253static void resume_recording(void) 2251static void resume_recording(void)
2254{ 2252{
2255 unsigned long val;
2256
2257 paused = false; 2253 paused = false;
2258 2254
2259 /* Clear the pause bit */ 2255 /* Clear the pause bit */