Update ErrorView.mc

Removed commented out code.
This commit is contained in:
Philip Abbey
2023-12-17 12:10:52 +00:00
parent 091cc7c2fe
commit 19be6c28ed

View File

@ -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() {