From 4a348e0d2223d6bf403cb639dcb25dce39a2ff5e Mon Sep 17 00:00:00 2001
From: Kornel <kornel@geekhood.net>
Date: Wed, 14 Jun 2017 15:34:10 +0100
Subject: [PATCH] Cleanup

---
 src/context.rs | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/context.rs b/src/context.rs
index bc147c9..07870d6 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 {
-- 
GitLab