diff --git a/src/context.rs b/src/context.rs index bc147c9f88fdddf2b5769a587552a983b87e0e68..07870d63d660f4e92b9e33a9de412b73f4f6fe7f 100644 --- a/src/context.rs +++ b/src/context.rs @@ -65,11 +65,8 @@ impl Context for ThreadContext { /// For example, if you create a `Transform` with a context (calling `new_*_context()`), then it will only support `Profile` with a context as well. pub struct ThreadContext { handle: ffi::Context, - // _user_data: PhantomData<UserData> } -// pub type ContextUserData = *mut std::os::raw::c_void; - impl GlobalContext { pub fn new() -> Self { Self {