Skip to content
Snippets Groups Projects
Commit 4a348e0d authored by Kornel's avatar Kornel
Browse files

Cleanup

parent ea877062
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment