Remove unnecessary comment
This commit is contained in:
parent
7ab38e525f
commit
299d9f4e75
1 changed files with 0 additions and 1 deletions
|
@ -589,7 +589,6 @@ public class FavouritesDbHelper {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
//todo
|
|
||||||
public void editFavouriteGroup(FavoriteGroup group, String newName, int color, boolean visible) {
|
public void editFavouriteGroup(FavoriteGroup group, String newName, int color, boolean visible) {
|
||||||
MapMarkersHelper markersHelper = context.getMapMarkersHelper();
|
MapMarkersHelper markersHelper = context.getMapMarkersHelper();
|
||||||
if (color != 0 && group.color != color) {
|
if (color != 0 && group.color != color) {
|
||||||
|
|
Loading…
Reference in a new issue