Commit cbdfaf96 authored by BOHMRR's avatar BOHMRR
Browse files

removed superfluous "extern int32_t frame;"

parent 6ba2131c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -42,9 +42,6 @@
#include <assert.h>
#include "wmops.h"
#include "ivas_stat_dec.h"
#ifdef DEBUG_SBA_MD_DUMP
extern int32_t frame;
#endif

/*#define ENABLE_DITHER */ /* IVAS_fmToDo: development switch */

+0 −3
Original line number Diff line number Diff line
@@ -43,9 +43,6 @@
#include "debug.h"
#endif
#include "wmops.h"
#ifdef DEBUG_SBA_MD_DUMP
extern int32_t frame;
#endif

/*-------------------------------------------------------------------------
 * Local function prototypes
+0 −3
Original line number Diff line number Diff line
@@ -41,9 +41,6 @@
#include "ivas_rom_com.h"
#include <assert.h>
#include "wmops.h"
#ifdef DEBUG_SBA_MD_DUMP
extern int32_t frame;
#endif


/*------------------------------------------------------------------------------------------*