mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
Removes some unneeded post activation stuff from testing
This commit is contained in:
parent
c8b1808513
commit
acdd9bb674
1 changed files with 0 additions and 10 deletions
|
|
@ -226,19 +226,9 @@ namespace PepperDash.Essentials.DM
|
||||||
}
|
}
|
||||||
foreach (var x in InputNameFeedbacks)
|
foreach (var x in InputNameFeedbacks)
|
||||||
{
|
{
|
||||||
Debug.Console(0, this, "input {0} name update", x.Key);
|
|
||||||
x.Value.FireUpdate();
|
x.Value.FireUpdate();
|
||||||
}
|
}
|
||||||
foreach (var x in OutputNameFeedbacks)
|
foreach (var x in OutputNameFeedbacks)
|
||||||
{
|
|
||||||
Debug.Console(0, this, "output {0} name update", x.Key);
|
|
||||||
x.Value.FireUpdate();
|
|
||||||
}
|
|
||||||
foreach (var x in OutputVideoRouteNameFeedbacks)
|
|
||||||
{
|
|
||||||
x.Value.FireUpdate();
|
|
||||||
}
|
|
||||||
foreach (var x in OutputAudioRouteNameFeedbacks)
|
|
||||||
{
|
{
|
||||||
x.Value.FireUpdate();
|
x.Value.FireUpdate();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue