Skip to content

Commit

Permalink
Update TaskListDisplay to fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alihan98ersoy committed Dec 4, 2023
1 parent c3ca06b commit 62ee1be
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Assets/Huawei/Demos/Modeling3D/TaskListDisplay.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.Collections;
using System.Collections.Generic;
using HmsPlugin;
using HuaweiMobileServices.Modeling3D.ObjReconstructSdk.Cloud;
Expand All @@ -25,16 +24,6 @@ public class TaskListDisplay : MonoBehaviour, IPointerClickHandler
#endregion

#region Methods
// Start is called before the first frame update
void Start()
{
Debug.Log(TAG + "Start");
}

// Update is called once per frame
void Update()
{
}

public void DeleteTask()
{
Expand Down Expand Up @@ -76,7 +65,6 @@ private void RefreshTaskOperation(List<Modeling3dDTO> allTask, Modeling3dDemoMan
{
var result = UpdateTaskStatus(task, modeling3dDemoManager);
}

}
private Modeling3dReconstructQueryResult UpdateTaskStatus(Modeling3dDTO task, Modeling3dDemoManager modeling3dDemoManager)
{
Expand Down

0 comments on commit 62ee1be

Please sign in to comment.