Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 634a5ed6 authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

Remove dead code

parent 75fc39c2
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -5,11 +5,9 @@ import android.content.Context;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;

import java.util.Collection;
import java.util.regex.Pattern;

import it.niedermann.owncloud.notes.R;
import it.niedermann.owncloud.notes.model.DBNote;

/**
 * Provides basic functionality for Note operations.
@@ -142,8 +140,4 @@ public class NoteUtil {
    public static String extendCategory(@NonNull String category) {
        return category.replace("/", " / ");
    }

    public static String concat(@NonNull Collection<DBNote> notes) {
        return "";
    }
}