Remove unnecessary comment

This commit is contained in:
Alexander Sytnyk 2017-09-14 17:02:39 +03:00
parent 7ab38e525f
commit 299d9f4e75

View file

@ -589,7 +589,6 @@ public class FavouritesDbHelper {
return true;
}
//todo
public void editFavouriteGroup(FavoriteGroup group, String newName, int color, boolean visible) {
MapMarkersHelper markersHelper = context.getMapMarkersHelper();
if (color != 0 && group.color != color) {