mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
chore: remove unnecessary constructor overload
This commit is contained in:
parent
0b59990532
commit
ee8776cfb1
1 changed files with 0 additions and 13 deletions
|
|
@ -26,19 +26,6 @@ namespace PepperDash.Essentials.AppServer.Messengers
|
|||
_propName = propName;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Constructs a messenger for a device that implements IHasInputs<typeparamref name="TKey"/>
|
||||
/// </summary>
|
||||
/// <param name="key"></param>
|
||||
/// <param name="messagePath"></param>
|
||||
/// <param name="device"></param>
|
||||
/// <param name="propName"></param>
|
||||
public ISelectableItemsMessenger(string key, string messagePath, IHasInputs<TKey> device, string propName) : base(key, messagePath, device)
|
||||
{
|
||||
itemDevice = device.Inputs;
|
||||
_propName = propName;
|
||||
}
|
||||
|
||||
protected override void RegisterActions()
|
||||
{
|
||||
base.RegisterActions();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue