diff options
author | Pixel <pixel@nobis-crew.org> | 2011-11-16 11:11:29 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-11-16 11:11:29 -0800 |
commit | 2718578affdfb202450e66e6b159ff634d6b28ab (patch) | |
tree | 706f487b06a33836120da670d1234b60fe0d0cc7 | |
parent | cf75d79917233824fe41d9f1bc33fc0f67dc35e1 (diff) |
This function doesn't exist.
-rw-r--r-- | includes/TaskMan.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/TaskMan.h b/includes/TaskMan.h index ad19f65..b4645fe 100644 --- a/includes/TaskMan.h +++ b/includes/TaskMan.h @@ -27,7 +27,6 @@ class TaskMan { private: void registerTask(Task * t); - void unregisterTask(Task * t); #ifndef _WIN32 coro_context m_returnContext; #else |