codacy: Avoid unused private fields such as 'TAG'

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2023-06-01 22:35:08 +02:00
parent 7ad8e304e2
commit 832e2178e3
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -98,7 +98,6 @@ import static com.nextcloud.talk.utils.FileSortOrder.sort_z_to_a_id;
public class DisplayUtils {
private static final String TAG = "DisplayUtils";
private static final int INDEX_LUMINATION = 2;
private static final double MAX_LIGHTNESS = 0.92;