forked from len0rd/rockbox
Removed unused variables
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4718 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ce3482cbf5
commit
ccd589746a
1 changed files with 0 additions and 4 deletions
|
|
@ -2239,8 +2239,6 @@ static void start_recording(void)
|
||||||
|
|
||||||
static void pause_recording(void)
|
static void pause_recording(void)
|
||||||
{
|
{
|
||||||
unsigned long val;
|
|
||||||
|
|
||||||
pause_start_time = current_tick;
|
pause_start_time = current_tick;
|
||||||
|
|
||||||
/* Set the pause bit */
|
/* Set the pause bit */
|
||||||
|
|
@ -2252,8 +2250,6 @@ static void pause_recording(void)
|
||||||
|
|
||||||
static void resume_recording(void)
|
static void resume_recording(void)
|
||||||
{
|
{
|
||||||
unsigned long val;
|
|
||||||
|
|
||||||
paused = false;
|
paused = false;
|
||||||
|
|
||||||
/* Clear the pause bit */
|
/* Clear the pause bit */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue