From 19be6c28ed1e5e2a4be3e720856b969d361ea593 Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Sun, 17 Dec 2023 12:10:52 +0000 Subject: [PATCH] Update ErrorView.mc Removed commented out code. --- source/ErrorView.mc | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/ErrorView.mc b/source/ErrorView.mc index ff44ba3..0c5c5c8 100644 --- a/source/ErrorView.mc +++ b/source/ErrorView.mc @@ -129,11 +129,9 @@ class ErrorView extends ScalableView { } class ErrorDelegate extends WatchUi.BehaviorDelegate { - //private var mView as ErrorView; function initialize(view as ErrorView) { WatchUi.BehaviorDelegate.initialize(); - //mView = view; } function onBack() {