Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 9c985e9

Browse files
committed
Remove unused variables
1 parent 53a052b commit 9c985e9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/event.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ static void event_vlp_putpipem(ctx_dev *cam)
137137
static void event_image_detect(ctx_dev *cam)
138138
{
139139
char filename[PATH_MAX];
140-
int passthrough, retcd;
140+
int passthrough;
141141

142142
if (cam->new_img & NEWIMG_ON) {
143143
mypicname(cam, filename,"%s/%s.%s"
@@ -367,8 +367,6 @@ static void event_movie_put(ctx_dev *cam)
367367

368368
static void event_movie_end(ctx_dev *cam)
369369
{
370-
int retcd;
371-
372370
if (cam->movie_norm) {
373371
cam->filetype = FTYPE_MOVIE;
374372
on_movie_end_command(cam, cam->movie_norm->full_nm);

0 commit comments

Comments
 (0)