X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/b2ea2aa69b7be1b80da98218f77e01b65cabe0ed..baaccf85fc7ff0b65ca062faffc5091f0a0acc62:/disobedience/disobedience.h?ds=sidebyside diff --git a/disobedience/disobedience.h b/disobedience/disobedience.h index 2c9eb04..91d07de 100644 --- a/disobedience/disobedience.h +++ b/disobedience/disobedience.h @@ -61,28 +61,6 @@ struct queuelike; struct choosenode; struct progress_window; -/** @brief Callback data structure - * - * This program is extremely heavily callback-driven. Rather than have - * numerous different callback structures we have a single one which can be - * interpreted adequately both by success and error handlers. - */ -struct callbackdata { - void (*onerror)(struct callbackdata *cbd, - int code, - const char *msg); /* called on error */ - union { - const char *key; /* gtkqueue.c op_part_lookup */ - struct choosenode *choosenode; /* gtkchoose.c got_files/got_dirs */ - struct queuelike *ql; /* gtkqueue.c queuelike_completed */ - struct prefdata *f; /* properties.c */ - const char *user; /* users.c */ - struct { - const char *user, *email; /* users.c */ - } edituser; - } u; -}; - /** @brief Per-tab callbacks * * Some of the options in the main menu depend on which tab is displayed, so we