From 7dad7d90f1cd4d523bef56c768c651b381342fd2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 28 Jun 2025 08:48:26 +0000 Subject: [PATCH] pakfire: Remove an unused callback definition Signed-off-by: Michael Tremer --- src/pakfire/pakfire.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pakfire/pakfire.h b/src/pakfire/pakfire.h index e5c00aee..b02be311 100644 --- a/src/pakfire/pakfire.h +++ b/src/pakfire/pakfire.h @@ -53,10 +53,6 @@ enum pakfire_flags { PAKFIRE_USE_SNAPSHOT = (1 << 4), }; -// Callbacks -typedef void (*pakfire_status_callback)(struct pakfire* pakfire, void* data, - int progress, const char* status); - int pakfire_create(struct pakfire** pakfire, pakfire_ctx* ctx, pakfire_config* config, const char* path, const char* arch, int flags); -- 2.47.2