From 5e8b075c15f5c25a12b08b775cd521a0a4196956 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 25 Jan 2016 01:01:01 +0100 Subject: [PATCH] Cleanups --- screenshot.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/screenshot.c b/screenshot.c index 830369d9c3..946f61d48c 100644 --- a/screenshot.c +++ b/screenshot.c @@ -26,7 +26,6 @@ #include #include -#include #include #include @@ -59,10 +58,8 @@ static bool screenshot_dump(const char *folder, const void *frame, char filename[PATH_MAX_LENGTH] = {0}; char shotname[256] = {0}; struct scaler_ctx scaler = {0}; - RFILE *file = NULL; uint8_t *out_buffer = NULL; - (void)file; (void)out_buffer; (void)scaler;