mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Fixed warnings
This commit is contained in:
@@ -180,7 +180,4 @@ public interface DaoFolder {
|
||||
|
||||
@Query("DELETE FROM folder WHERE id = :id")
|
||||
void deleteFolder(long id);
|
||||
|
||||
@Query("DELETE FROM folder WHERE account= :account AND name = :name")
|
||||
void deleteFolder(long account, String name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user