From bd38475b1072650b23e4a1c5089ae2cdd14e550e Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Tue, 24 Feb 2026 14:53:12 -0700 Subject: [PATCH] Update src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../DeviceTypeInterfaces/IHasWebView.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs index 938fec05..1be89312 100644 --- a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs +++ b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs @@ -85,9 +85,3 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces } } } - - - - - -