mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
Removes some unneeded post activation stuff from testing
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user