Skip to content

Commit 62ee1be

Browse files
committed
Update TaskListDisplay to fix syntax
1 parent c3ca06b commit 62ee1be

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Assets/Huawei/Demos/Modeling3D/TaskListDisplay.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using System.Collections;
21
using System.Collections.Generic;
32
using HmsPlugin;
43
using HuaweiMobileServices.Modeling3D.ObjReconstructSdk.Cloud;
@@ -25,16 +24,6 @@ public class TaskListDisplay : MonoBehaviour, IPointerClickHandler
2524
#endregion
2625

2726
#region Methods
28-
// Start is called before the first frame update
29-
void Start()
30-
{
31-
Debug.Log(TAG + "Start");
32-
}
33-
34-
// Update is called once per frame
35-
void Update()
36-
{
37-
}
3827

3928
public void DeleteTask()
4029
{
@@ -76,7 +65,6 @@ private void RefreshTaskOperation(List<Modeling3dDTO> allTask, Modeling3dDemoMan
7665
{
7766
var result = UpdateTaskStatus(task, modeling3dDemoManager);
7867
}
79-
8068
}
8169
private Modeling3dReconstructQueryResult UpdateTaskStatus(Modeling3dDTO task, Modeling3dDemoManager modeling3dDemoManager)
8270
{

0 commit comments

Comments
 (0)