X-Git-Url: https://git.cworth.org/git?p=fips;a=blobdiff_plain;f=context.h;fp=context.h;h=cbfd6b48f0dbc315f824a28255f8ddf7960c48c3;hp=071b5f41826976018d0deadecbf81973a2c675da;hb=1063166ac2d706f8bbd325ecfd0580a0d1b04b21;hpb=b0e640a505171550746af20e940076c579a0e638 diff --git a/context.h b/context.h index 071b5f4..cbfd6b4 100644 --- a/context.h +++ b/context.h @@ -27,15 +27,6 @@ #include "fips-dispatch.h" -typedef struct context -{ - /* Pointer to the system's context ID, (such as a GLXContext) */ - void *system_id; - - metrics_info_t metrics_info; - metrics_t *metrics; -} context_t; - /* Indicate that a new context has come into use. * * Here, 'system_context_id' is a pointer to a system context (such as