Remove unused variable

This commit is contained in:
Imran Remtulla
2024-01-11 21:39:41 -05:00
parent 223ae378a9
commit f7e0678cb2

View File

@@ -23,8 +23,6 @@ const String currentVersion = '0.15.9';
const String currentReleaseTag =
'v$currentVersion-beta'; // KEEP THIS IN SYNC WITH GITHUB RELEASES
const int bgUpdateCheckAlarmId = 666;
List<MapEntry<Locale, String>> supportedLocales = const [
MapEntry(Locale('en'), 'English'),
MapEntry(Locale('zh'), '简体中文'),