Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/kml/engine/kml_file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ using kmlbase::XmlnsId;

namespace kmlengine {

static const char kDefaultXmlns[] = "http://www.opengis.net/kml/2.2";
// static const char kDefaultXmlns[] = "http://www.opengis.net/kml/2.2";
static const char kDefaultEncoding[] = "utf-8";

// static
Expand Down
2 changes: 1 addition & 1 deletion src/kml/regionator/regionator_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

namespace kmlregionator {

static const int kAlignRegionMaxDepth = 24;
// static const int kAlignRegionMaxDepth = 24;

using kmldom::AbstractLatLonBoxPtr;
using kmldom::CoordinatesPtr;
Expand Down