Skip to content

Commit d03f60e

Browse files
committed
GoogleAnalytics: Fixed compiler warning
1 parent ee7eb35 commit d03f60e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/Plugins/SmartStore.GoogleAnalytics/Controllers/WidgetsGoogleAnalyticsController.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
using SmartStore.Web.Framework.Controllers;
1515
using SmartStore.Web.Framework.Security;
1616
using SmartStore.Web.Framework.Settings;
17-
using SmartStore.Core.Localization;
1817

1918
namespace SmartStore.GoogleAnalytics.Controllers
2019
{
@@ -38,12 +37,8 @@ public WidgetsGoogleAnalyticsController(
3837
_settingService = settingService;
3938
_orderService = orderService;
4039
_categoryService = categoryService;
41-
42-
T = NullLocalizer.Instance;
4340
}
4441

45-
public Localizer T { get; set; }
46-
4742
[AdminAuthorize, ChildActionOnly, LoadSetting]
4843
public ActionResult Configure(GoogleAnalyticsSettings settings)
4944
{

0 commit comments

Comments
 (0)