Cleanup: Remove unused code
This is no longer needed. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
d253a59ee6
commit
970f472436
2 changed files with 0 additions and 12 deletions
|
@ -107,6 +107,4 @@
|
||||||
|
|
||||||
- (double)getPostVisLatency;
|
- (double)getPostVisLatency;
|
||||||
|
|
||||||
- (void)setVolume:(double)v;
|
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
|
@ -359,14 +359,4 @@
|
||||||
return latency;
|
return latency;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)setVolume:(double)v {
|
|
||||||
AudioPlayer * audioPlayer = controller;
|
|
||||||
if(audioPlayer) {
|
|
||||||
OutputNode *outputNode = [audioPlayer output];
|
|
||||||
if(outputNode) {
|
|
||||||
[outputNode setVolume:v];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in a new issue