projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sched: Kill old ->post_select variant.
[paraslash.git]
/
audioc.c
diff --git
a/audioc.c
b/audioc.c
index
3cbd8a8
..
f0c61cd
100644
(file)
--- a/
audioc.c
+++ b/
audioc.c
@@
-138,7
+138,6
@@
static struct audioc_task audioc_task = {
.task = {
.pre_select = audioc_pre_select,
.new_post_select = audioc_post_select,
- .post_select = NULL,
.status = "audioc task"
},
}, *at = &audioc_task;