diff options
author | YamaArashi <shadow962@live.com> | 2016-04-03 03:52:41 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-03 03:52:41 -0700 |
commit | 1d398297a94f918651f532f066a9909761341d62 (patch) | |
tree | ec55f7c6a81c57743db397e5aa4a7d236230fc49 /include/task.h | |
parent | 5b648ca2591f34c06ea51e3f3b6f9c5835533310 (diff) |
make TaskDummy static
Diffstat (limited to 'include/task.h')
-rw-r--r-- | include/task.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/task.h b/include/task.h index cb01efbef..c88226c83 100644 --- a/include/task.h +++ b/include/task.h @@ -17,7 +17,6 @@ void ResetTasks(); u8 CreateTask(TaskFunc func, u8 priority); void DestroyTask(u8 taskId); void RunTasks(); -void TaskDummy(u8 taskId); void SetTaskFuncWithFollowupFunc(u8 taskId, TaskFunc func, TaskFunc followupFunc); void SwitchTaskToFollowupFunc(u8 taskId); bool8 FuncIsActiveTask(TaskFunc func); |