From 71b7d97dcb97d7ffadcd3d80e5a573456fe56b3c Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 6 Mar 2025 14:29:20 +0100 Subject: [PATCH] Get rid of unused define --- src/tools/aesgcm_download.c | 2 -- src/tools/plugin_download.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/tools/aesgcm_download.c b/src/tools/aesgcm_download.c index 04e837cc..6aa56013 100644 --- a/src/tools/aesgcm_download.c +++ b/src/tools/aesgcm_download.c @@ -57,8 +57,6 @@ #include "ui/window.h" #include "common.h" -#define FALLBACK_MSG "" - void* aesgcm_file_get(void* userdata) { diff --git a/src/tools/plugin_download.c b/src/tools/plugin_download.c index 95b50474..99176ec2 100644 --- a/src/tools/plugin_download.c +++ b/src/tools/plugin_download.c @@ -57,8 +57,6 @@ #include "ui/window.h" #include "common.h" -#define FALLBACK_MSG "" - void* plugin_download_install(void* userdata) {