process_pipeline.c: remove unused static variable
This commit is contained in:

committed by
Martijn Braam

parent
53854bdf73
commit
4cbd8c2df7
@@ -44,7 +44,7 @@ static int output_buffer_height = -1;
|
||||
static bool flash_enabled;
|
||||
static int framecounter = 0;
|
||||
|
||||
static char capture_fname[255], movie_script[255];
|
||||
static char movie_script[255];
|
||||
|
||||
static GSettings *settings;
|
||||
|
||||
@@ -790,7 +790,6 @@ process_image_for_preview(const uint8_t *image)
|
||||
static void
|
||||
format_timestamp(char *timestamp)
|
||||
{
|
||||
static char capture_fname[255];
|
||||
time_t rawtime;
|
||||
time(&rawtime);
|
||||
struct tm tim = *(localtime(&rawtime));
|
||||
|
Reference in New Issue
Block a user