From: Michael Tremer Date: Tue, 18 Mar 2025 10:40:44 +0000 (+0000) Subject: python: Pakfire: Remove old callbacks from headers X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5bff46cc3c63da73a052c415d84e55fd53a3ec7;p=pakfire.git python: Pakfire: Remove old callbacks from headers Signed-off-by: Michael Tremer --- diff --git a/src/python/pakfire.h b/src/python/pakfire.h index 31c14fe6..df078f1f 100644 --- a/src/python/pakfire.h +++ b/src/python/pakfire.h @@ -30,10 +30,6 @@ typedef struct { struct pakfire_ctx* ctx; struct pakfire* pakfire; - // Callbacks - struct callbacks { - PyObject* confirm; - } callbacks; } PakfireObject; extern PyTypeObject PakfireType;