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 8b82ba0..8d0eb88 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -2239,8 +2239,6 @@ static void start_recording(void)
static void pause_recording(void)
{
- unsigned long val;
-
pause_start_time = current_tick;
/* Set the pause bit */
@@ -2252,8 +2250,6 @@ static void pause_recording(void)
static void resume_recording(void)
{
- unsigned long val;
-
paused = false;
/* Clear the pause bit */