Remove unused arg 'defer' in 'job_start' #1000

* With the changes in commit
  "events: Refactor how event deferral is handled"
  (2e4ea29d2c) the function argument
  'defer' of 'job_start' and member variable 'defer' of 'struct job'
  can be removed.
* Update/Fix the documentation for function 'job_start'.
This commit is contained in:
oni-link
2014-07-29 13:11:34 +02:00
committed by Nicolas Hillegeer
parent a98a6996c2
commit 1ef12f0204
4 changed files with 3 additions and 11 deletions

View File

@@ -280,7 +280,6 @@ int os_system(const char *cmd,
system_data_cb,
system_data_cb,
NULL,
false,
0,
&i);