Skip to content

Commit 5e47715

Browse files
committed
remove unused function
1 parent 33f68f1 commit 5e47715

File tree

1 file changed

+0
-4
lines changed
  • app/src/main/java/com/raival/compose/file/explorer/screen/main/tab/files/task

1 file changed

+0
-4
lines changed

app/src/main/java/com/raival/compose/file/explorer/screen/main/tab/files/task/Task.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ abstract class Task(
2323
aborted = true
2424
}
2525

26-
open fun getConflictedFile(): TaskContentItem? {
27-
return null
28-
}
29-
3026
abstract val metadata: TaskMetadata
3127
abstract val progressMonitor: TaskProgressMonitor
3228
abstract fun getCurrentStatus(): TaskStatus

0 commit comments

Comments
 (0)